I know that AMI can be created from EBS snapshot on EC2 console. I want to operate this AMI creation not on aws console but with aws cli command. aws ec2 copy-image command dose not have any ebs snapshot option to specify. Is there any way to do this with CLI or calling APIs?
↧