This repository is for code I am setting up to take what I am learning about scripting AWS and put it to use for myself and for Two Rivers Consulting.
I have been studying the scripts and book called AWS Scripted by Christian Cerri and intend to take what I am learning and rewrite it to do the following:
- Set up a basic secure network on AWS.
- Set up a secure server on AWS.
- Save an Amazon Machine Image (ami) of that secure server.
- Set up an Amazon git source code repository.
- Move some code to the repo.
- Set up each of the following database types and load some data.
a. Oracle b. Microsoft SQL server c. My SQL
As part of this exercise I intend to:
- Continue to learn how to use git hub in a safe and secure way.
- Find and familiarize myself with the appropriate references for the AWS CLI.
- Document the above for myself.
- Consider if I want to write some articles for my blog or other venues.
Some todo's
-
Create a procedure to check for existence of both the key file and the key on AWS. Existing scripts sometimes check for file exits and sometimes check for key exists on AWS. Should be consistent and check for both. Done.
-
Change drop subnets to drop all subnets associated with a vpc. Done.
-
Change wait for to use the wait command syntax. Done. a. Change the wait command syntax to test for time out and report it and exit.