Showing posts with label cloud. Show all posts
Showing posts with label cloud. Show all posts

Friday, 8 June 2018

AWS cloudformation dry run mode, review changes before applying them

What:

AWS Cloudformation

Problem:

You're making some changes to your cloudformation template, but before you apply it you would like to know what will be changed, what will be restarted or terminated.

Tuesday, 6 June 2017

AWS re-attach EBS volume on instance creation

What:

Amazon Web Services - EC2, ECS, EBS

Problem:

You have some data on EBS volume which you don't want to destroy when instance is terminated.

Tuesday, 23 May 2017

AWS ECS run task on a specific EC2 container instance

What:

Amazon Web Services - EC2, ECS

Problem:

You want to run task on a specific ECS (docker host) instance.