I hereby claim:
- I am johnmichaelmiller on github.
- I am j0hnnycat (https://keybase.io/j0hnnycat) on keybase.
- I have a public key ASDlwvAPKxPPZ9oIgtZBj0MijxqDNpz1Rvw_OcQRyJPvLAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [CmdletBinding()] | |
| param ( | |
| [Parameter()] | |
| [string] | |
| $build = 'socrates' | |
| ) | |
| write-output "start $build $($MyInvocation.MyCommand.Source)" | |
| $env:BuildJsonFile = ".\$build.machine.json" |
| --- | |
| ### AWS CloudFormation template for the RDS multi-AZ, data | |
| ### encryption, and read replica labs from the acloud.guru | |
| ### AWS Certified Develper Associate course | |
| AWSTemplateFormatVersion: 2010-09-09 | |
| Description: acloud.guru RDS Multi-AZ and Read Replica Lab | |
| Parameters: # Default values for template parameters are useful when testing templates in the AWS Web Console | |
| dbInstanceType: | |
| Type: String | |
| Default: db.t2.small |
| #!/bin/bash | |
| AWS CLI code and Cloudformation template for the RDS multi-AZ, data encryption, and read replica labs from the acloud.guru AWS Certified Develper Associate course | |
| ### AWS CLI code and Cloudformation template for the RDS | |
| ### multi-AZ, data encryption, and read replica labs from | |
| ### the acloud.guru AWS Certified Develper Associate course | |
| # turn off history expansion | |
| set +H |
| #!/bin/bash | |
| ### AWS CLI code for the RDS db encryption, multi-AZ and read | |
| ### replica labs from the acloud.guru AWS Certified Develper | |
| ### Associate course | |
| # turn off history expansion | |
| set +H | |
| # Go home |
| #!/bin/bash | |
| ### AWS CLI code and Cloudformation template for the RDS lab from | |
| ### the acloud.guru AWS Certified Develper Associate course | |
| # turn off history expansion | |
| set +H | |
| # Go home | |
| region="us-east-1" |
| --- | |
| ### AWS CloudFormation template for the RDS lab from the | |
| ### acloud.guru AWS Certified Develper Associate course | |
| AWSTemplateFormatVersion: 2010-09-09 | |
| Description: acloud.guru RDS Lab | |
| Outputs: | |
| instanceId: | |
| Description: Instance Identifier | |
| Export: | |
| Name: 'rds:InstanceId' |
| #!/bin/bash | |
| ### AWS CLI code for the RDS lab from the acloud.guru AWS | |
| ### Certified Develper Associate course | |
| # turn off history expansion | |
| set +H | |
| # Go home | |
| region="us-east-1" |
| --- | |
| ### AWS CloudFormation template for the EC2 101 lab from the | |
| ### acloud.guru AWS Certified Develper Associate course | |
| AWSTemplateFormatVersion: 2010-09-09 | |
| Description: acloud.guru EC2-S3 Lab | |
| Outputs: | |
| instanceId: | |
| Description: Instance Identifier | |
| Export: | |
| Name: 'ec2-s3:InstanceId' |
| #!/bin/bash | |
| ### AWS CLI code and Cloudformation template for the EC2 with S3 | |
| ### lab from the acloud.guru AWS Certified Develper Associate course | |
| # turn off history expansion | |
| set +H | |
| # Go home | |
| region="us-east-1" |