Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache and Beanstalk

Terraform AWS Python Flask

Infrastructure architecture

Requirements

Commands (in ./terraform)

  1. To initialize Terraform:
terraform init
  1. To generate the execution plan
terraform plan
  1. To build the infrastructure
terraform apply --auto-approve
  1. To deploy the application
aws elasticbeanstalk update-environment --application-name app-beanstalk --version-label v1 --environment-name beanstalk-environment
  1. To destroy the infrastructure
terraform destroy --auto-approve

About

IaC of AWS Elastic Beanstalk integration with Elastic Cache and CloudWatch

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages