ãAWSãã¯ã©ã¦ãæ代ã®ããã¯ã¢ãã管çè¡ããï½tagãæ´»ç¨ããsnapshotã®ä¸ä»£ç®¡çï½ http://shanon-tech.blogspot.jp/2013/02/awstagsnapshot.html ã«ãããã¿ã°ã使ã£ãã¹ãããã·ã§ãã管çæ¹å¼ãåèã«ã python botoã使ã£ã¦è¡ãããã«ããã¹ã¯ãªãã # coding: utf-8 import boto.ec2 region = 'ap-northeast-1' aws_access_key = '' aws_secret_key = '' ec2 = boto.ec2.connect_to_region(region, aws_access_key_id=aws_access_key, aws_secret_access_key=aws_secret_key) # ã¿ã°'backup'ã'ON'ã®EC2ã¤ã³ã¹ã¿ã³ã¹
{{#tags}}- {{label}}
{{/tags}}