Skip to content

rytis/iac-etudes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infrastructure-as-Code Études

Pre-requisites

Install the following locally:

Set up AWS account and CLI, so that it is SSO authenticated. Make sure you can run without errors:

  • aws sso login
  • aws s3 ls

State store

Each etude is completely independent and will use separate state store. Run the following command to create new state store configuration on relevant (and supported) cloud provider:

$ ./state_store.sh create <cloud_provider> <etude_name>

Where cloud_provider is supported cloud provider name (eg "aws") and etude_name is name of an etude found in etudes/ directory.

Cloud provider specific configuration is located in ansible/vars/cloud_config.yml.

About

Infrastructure-as-Code Études

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published