钱会飞

导航

2018年8月30日 #

AWS Tagging Strategies

摘要: Amazon Web Services (AWS) allows customers to assign metadata to their AWS resources in the form of tags. Each tag is a simple label consisting of a customer-defined key and an optional value that can make it easier to manage, search for, and filter resources. Although there are no inherent types of tags, they enable customers to categorize resources by purpose, owner, environment, or other criteria. This webpage describes commonly used tagging categories and strategies to help AWS customers imp 阅读全文

posted @ 2018-08-30 23:31 钱会飞 阅读(289) 评论(0) 推荐(0)

Automated EBS Snapshots using AWS Lambda & CloudWatch

摘要: In this post, we'll cover how to automate EBS snapshots for your AWS infrastructure using Lambda and CloudWatch. We'll build a solution that creates nightly snapshots for volumes attached to EC2 instances and deletes any snapshots older than 10 days. This will work across all AWS regions. Lambda offers the ability to execute "serverless" code which means that AWS will provide the run-time platform for us. It currently supports the following languages: Node.js, Java, C# and Python. We' 阅读全文

posted @ 2018-08-30 23:21 钱会飞 阅读(319) 评论(0) 推荐(0)