Skip to content

Bootstrapped project for working with AWS using Vagrant and Ansible

License

Notifications You must be signed in to change notification settings

willis7/aws-devops-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS DevOps Bootstrap

Bootstrapped project for working with AWS using Vagrant and Ansible.

Security

Do not save your AWS access key/secret key inside your provisioning scripts. Set them using enviornment variables as shown below.

export AWS_ACCESS_KEY="AKXXXXXXXXXXXXXXX"
export AWS_SECRET_KEY="XXXXXXXXXXXXXXXXXXXXXXXXXX"

This bootsrap expects a WebServerSG security group to be present in your AWS configuration. Follow these instructions to set up the same group.

Usage

Pre-requisites

The Commands

Then you can control the instance with the following:

  • To provision an EC2 instance: vagrant up
  • Stop the instance: vagrant halt
  • Terminate the instance: vagrant destroy

License

MIT

About

Bootstrapped project for working with AWS using Vagrant and Ansible

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published