Continuous Delivery using terraform to an EC2 instance

0

Is it a good idea to have continuous deployment with terraform infra code to AWS EC2? Is there a good way to achieve it as I am planning to add to by project? My assumptions are to use Github actions or CircleCI

已提问 2 年前383 查看次数
1 回答
0

I don't see an issue using Terraform to deploy resources as part of continuous delivery. In fact, Terraform deploys CloudFormation stack(s) so essentially, it's no different from using CloudFormation to deploy resources.

Is there a good way to achieve it as I am planning to add to by project? Which tool are you planning to use for CI/CD? For AWS, you can use CodeCommit, CodeBuild, CodeDeploy, and CodePipeline to create a CI/CD pipeline. See below references.

Also, there are many AWS blog posts that talk about integration with third-party services for CI/CD pipeline deployment. I suggest taking a look at AWS DevOps Blog posts.

AWS
Taka_M
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则