Skip to content

gianvr/cache-and-beanstalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages