AWS CloudFormation Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * AWS CloudFormation") |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[AWS CloudFormation#Subjects|AWS CloudFormation]] | * [[AWS CloudFormation#Subjects|AWS CloudFormation]] | ||
=Command Line Operations= | |||
{{Internal|AWS CloudFormation Command Line Operations|Command Line Operations}} | |||
=Amazon API Gateway Deployment with CloudFormation= | |||
{{Internal|Amazon API Gateway Deployment with CloudFormation|Amazon API Gateway Deployment with CloudFormation}} | |||
=Stack Operations= | |||
==Create a New Stack== | |||
This is an step-by-step example that results in the creation of a new [[AWS_CloudFormation_Concepts#Stack|stack]]. | |||
==Typical CodePipeline-Based Service Project== | |||
{{Internal|AWS CloudFormation Typical CodePipeline-Based Service Project|Typical CodePipeline-Based Service Project}} | |||
=Recipes= | |||
* [[Amazon_S3_Operations#Upload_a_File_to_an_S3_Bucket_via_a_CloudFormation_Stack_that_Creates_the_Bucket|Upload a File to an S3 Bucket via a CloudFormation Stack that Creates the Bucket]] | |||
* [[CloudFormation Network Experimentation Stack|Network Experimentation Stack (public and private subnets, internet and NAT gateways, ALB and a ECS-based application)]] |
Latest revision as of 20:01, 1 May 2019
Internal
Command Line Operations
Amazon API Gateway Deployment with CloudFormation
Stack Operations
Create a New Stack
This is an step-by-step example that results in the creation of a new stack.