AWS - CodeDevelop - CloudFormation Template - S3 Create
[toc] Template - setup S3_Website_Bucket_With_No_Retain_On_Delete S3_Website_Bucket_With_No_Retain_On_Delete: create a publicly accessible S3 bucket configured for website access with no d...
[toc] Template - setup S3_Website_Bucket_With_No_Retain_On_Delete S3_Website_Bucket_With_No_Retain_On_Delete: create a publicly accessible S3 bucket configured for website access with no d...
[toc] Template - Nested Stack // root.json { "AWSTemplateFormatVersion" : "2010-09-09", "Resources" : { "myStack" : { "Type" : "AWS::CloudFormation::Stack", "Pro...
[toc] CloudFormationTemplate.yml AWSTemplateFormatVersion: 2010-09-09 Description: Template to create an EC2 instance and enable SSH Parameters: KeyName: Description: Name of SSH KeyPai...
[toc] Template setup EC2forCodeBuild Automate provisioning of CodeBuild with CodePipeline, CodeCommit, and CodeDeploy. WARNING This template creates one or more Amazon EC2 instances. You will ...
[toc] ref aws doc Lambda AWS::Lambda::Function AWS::Lambda::Function To create a function, you need a deployment package and an execution role. The deployment...
[toc] ref AWSdoc AWS::IAM AWS::IAM::User Declaring an IAM user resource The policy document named giveaccesstoqueueonly gives the user permission to perform all ...
[toc] ref aws doc Deploy Managed Config Rules using CloudFormation and CodePipeline config step1 add a new custom AWS Config rule must first create the AWS L...
[toc] AWS CloudFormation Infrastructure as code solution. benefits manage, configure and provision the AWS infrastructure as code repeatedly and predictably model...
AWS ElasticBeanstalk  basics benefits Blue/green deployment Elastic Beanstalk for docker AWS ElasticBeanstalk  basics AWS compute serv...
appspec.yml Template # example from AWS WhitePaper, no real credential inside version:[1]version-number # version: 0.0 os:[1]operating-system-name # os: li...
CodeDeploy Benefits of AWS CodeDeploy Overview of CodeDeploy compute platforms 1. EC2/On-Premises compute platform 2. AWS Lambda 3. A...
buildspec.yml Template buildspec.yml Template # example from AWS WhitePaper, no real credential inside, no real credential inside version: 0.2 #env: #variables: # key: "value" ...
[toc] dockerfile Template # example from AWS WhitePaper, no real credential inside FROM ubuntu:12.04 # Install dependencies RUN apt-get update -y RUN apt-get install -y apache2 # Install apa...
CodeBuild How to run CodeBuild manually docker build process codebuild auto build docker CodeBuild # docker command to build, tag and push you docker image to...
CodeCommit basic work flow setup CodeCommit a version control service hosted by Amazon Web Services tracks and manages code changes Ma...