Skip to content

create ami backup on aws for any given aws ec2 sever

Notifications You must be signed in to change notification settings

piyushmandovra/awsamibackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

step1: Installation

Install aws cli if not already there https://github.com/aws/aws-cli

step2: Use profiling

$vi .aws/config

and add following

[profile p-name] output = table region = us-east-1

$vi .aws/credentials

and add following

[p-name] aws_access_key_id = key-id-value aws_secret_access_key = access-key-value

About

create ami backup on aws for any given aws ec2 sever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages