Continue with the Bamboo plan for AWS build, now it is time to look into the deployment plan. For each environment, I got 4 sub plans: Create Stack, Deploy Config, Swap URL and Delete Stack. Create Stack: As explained in the part 1, Stack means the infrastructure. e.g A Nginx stack has those components: ELB, Autoscaling … Continue reading Bamboo plan for AWS build part 3
Tag: DevOps
Bamboo plan for AWS build part 2
Let's take a closer look at the build plan. It has four stages, and the names are self explanatory. Checkout - Check out the source code from one or more repositories. Package - Build the code or create a package of the binaries then share them as artifacts. Bake - Create new AMI. Share - Share the AMI … Continue reading Bamboo plan for AWS build part 2
Bamboo plan for AWS build part 1
We use both Bamboo and AWS. Making those two work together is really a amazing thing for DevOps. In this blog, I am going to talk about my favorite bamboo plan that supports quick build, hot code deployment and blue/green deployment. We name such Bamboo plan as AWS pipeline, as it is only used for AWS … Continue reading Bamboo plan for AWS build part 1
Autosam Release
Autosam is a project that I created to automate the Akamai Cloudlets Edge Redirect from end to end, including add new rules, remove duplicated rules if there are any, push to staging, test in staging, push to production, test in production. Now it is available for download from my Github repo. Enjoy Autosam 🙂
Elastic Beanstalk Gotchas
Elastic Beanstalk is a great tool for the devs who wants a quick way to spin up web application environments which have ELB, ASG, RDS and DNS, also offer an easy way to deploy codes and manage the floating dns. I have been using it for a few weeks. And here are a few gotchas … Continue reading Elastic Beanstalk Gotchas