AWS Cloud Operations Blog

Ananth Vaidyanathan

Author: Ananth Vaidyanathan

Ananth Vaidyanathan is a Sr. Product Manager at Amazon. Having spent time on different teams across Amazon, he has business and technical expertise in helping customers migrate to and innovate on AWS. He loves thinking about new ideas and creating new products that bring value to customers on the cloud. In his spare time, he is an avid reader of world history and an amateur violin player.

Amazon EC2 Systems Manager Documents: Support for Cross-platform Documents and Multiple Steps of the Same Type

This post was written by Babul Mehta, Software Development Engineer with Amazon Web Services. Amazon EC2 Systems Manager documents define the actions that Systems Manager services perform on your managed instances. Documents are essentially a series of steps executed in sequence, and can be versioned and shared across accounts (and even publicly). Systems Manager includes […]

Use Parameter Store to Securely Access Secrets and Config Data in AWS CodeDeploy

Customers use AWS CodeDeploy to automate application deployment because it provides a uniform method for: Updating applications across development, staging, and production environments. Handling the complexity of updating applications and avoiding service downtime. However, deploying and configuring applications often requires access to secrets and configuration data, such as API keys or database passwords, in source […]