Explore >> Select a destination


You are here

vuyisile.com
| | www.jennapederson.com
1.9 parsecs away

Travel
| | Using Infrastructure as Code, we'll add an Amazon RDS Postgresql database to the CloudFormation template we built in part 1 so that both the EC2 instance and the database can be provisioned together as a set of resources.
| | www.concurrencylabs.com
2.9 parsecs away

Travel
| | One of the most important things you should do before working with an external tool or service provider is to make sure you know which operations they are executing on your AWS resources. CloudTrail is AWS' standard auditing mechanism; it logs all API activity that takes place in your account. But one problem is that once you have CloudTrail data, it's difficult to analyze it. In this post I show you an automated way in which you can use CloudFormation to automatically set up CloudTrail and Elasticsearch...
| | sigpwned.com
2.9 parsecs away

Travel
| | When Amazon ECS was first released back in April 2015, it left a lot to be desired: tasks and services could only be run on a cluster you managed, clusters had limited support for limited support for autoscaling and spot instances, and so on. Amazon filled these gaps over the next couple of years with support
| | mattias.engineer
25.9 parsecs away

Travel
| When you work with Terraform you will most likely use Terraform providers and external modules.