当前位置: 首页 > 软件库 > 云计算 > >

aws-cf-templates

Free Templates for AWS CloudFormation
授权协议 Apache-2.0 License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 糜宜民
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Free Templates for AWS CloudFormation

Find the documentation for the latest stable release here: https://templates.cloudonaut.io/en/stable/

Find the documentation for the unstable master branch here: https://templates.cloudonaut.io/en/latest/

Are you in need of a feature or does a bug cause you sleepless nights? Please let us know by using the project's issue tracker.

Related projects

widdix CLI

widdix, a CLI tool to manage Free Templates for AWS CloudFormation.

Learn more: https://github.com/widdix/aws-cf-templates-cli

cfn-modules

Rapid CloudFormation: Modular, production ready, open source.

Learn more: https://github.com/cfn-modules/docs

License

All templates are published under Apache License Version 2.0.

Sponsors

Become a sponsor via GitHub Sponsors.

Training and Consulting

Do you want to accelerate your start with AWS CloudFormation and our templates? We do offer remote and on-site training for you and your team. Are you looking for guidance on how to use or adapt our templates to your use case? We offer consulting services as well. Contact us, and we’ll accelerate your project.

About

A cloudonaut.io project. Engineered by widdix.

  • AWS CloudFormation简介篇 一般infra使用自动化工具管理服务器资源(WEB服务器/DB服务器等)都会用到ansible/puppet/aws cli(shell)等 工具很多,但是管理aws服务器的话有更好的选择是cloudformation,我略称它为cfn。 适合阅读该文的读者 有在使用aws 对cloudformation感兴趣 正在烦恼使用何种工具管理服务器的人 Clo

  • { "AWSTemplateFormatVersion" : "2010-09-09", "Parameters" : { "BastionHostKeyName" : { "Type" : "String", "Description" : "The name of the private key file to use for SSH/RDP access to the b

  • 1.在aws ec2 instance的security group里面,新建rule:http 2.用ssh连上aws host后,安装lamp(ubuntu) $sudo apt-get update $sudo apt-get install tasksel $sudo tasksel install lamp-server // apache2 $apache2 -v // php $ph

  • 访问 MySQL 错误日志 MySQL 错误日志写入 mysql-error.log 文件。您可以通过使用 Amazon RDS 控制台或者通过使用 Amazon RDS API、Amazon RDS CLI 或 AWS 软件开发工具包检索日志来查看 mysql-error.log。mysql-error.log 每 5 分钟刷新一次,其内容附加到 mysql-error-running.log。

  • #设置时区  sudo timedatectl set-timezone Asia/Shanghai  #安装docker sudo yum update -y sudo amazon-linux-extras install docker -y sudo service docker start sudo systemctl enable docker sudo usermod -a -G do

 相关资料
  • cf

    cf是什么?     1.  重度Lua使用者喜欢的web开发框架;     2. 极简主义hacker自定义web工具;     3. 比tiny更tiny的高效web开发库; 如果你也喜欢lua     如果你和我一样用过各种语言的各种开发框架, 你就慢慢变得越来越挑剔;     如果你和我一样写维护过10000行以上的单class, 你就会开始变得极简主义;     当你进行接口开发的时候,

  • 据我所知,我可以使用EC2作为我的应用程序的web服务器。但是负载均衡器是如何工作的呢?

  • 在IBM Cloud CF Java BuildPack上使用Spring Boot OAuth 2... https://github.com/ericis/oauth-cf-https-issue *我试过下面的每一种组合。 完全配置: 我也试过: > 使用的服务器配置

  • 我想知道使用AWS OpsWorks与AWS Beanstalk和AWS CloudFormation的优缺点是什么? 我感兴趣的是一个可以自动伸缩的系统,它可以处理任意数量的并发web请求(从每分钟1000个请求到1000万rpm),包括一个可以自动伸缩的数据库层。 理想情况下,我希望有效地共享一些硬件资源,而不是为每个应用程序提供单独的实例。在过去,我主要使用EC2实例RDS Cloudtop

  • 运行时,它会显示我用设置的所有环境变量,但看不到环境变量。我怎样才能看到那个变量的值?