HOW ENCRYPTED AMI SHARE TO ANOTHER AWS ACCOUNT | in Tamil

preview_player
Показать описание
#shareencryptedami #awsamishare #awsec2tamil
Please Subscribe Our YouTube Channel For More interesting Video ...!
################################################

How to share Default AWS KMS encrypted AMI to another account
*************************************************************

1. Stop the encrypted instance & Create a AMI of encrypted instance
for safty purpose.

 2. Launch a new temporary EC2 Linux instance same type and in the
same Availability Zone.
3. Detach the encrypted old instance root volume.
4. Attach vol-cmk to your temporary Ec2 instance as /dev/xvdf
5. Create a new,unencrypted vol -temporary EC2 instance as /dev/xvdg.
6. Check both volumes connect in instance: command lsblk
$ lsblk
7. use dd command for image copy from encrypted volume to unencrypted vol
$ dd if=/dev/xvdf of=/dev/xvdg bs=4096
8. dettach unencrypted voume abd attacg old instance as a root volume
propare mount point and use it
***************************

AWS Certification in Tamil | Requirements & Benefits

 10 Best Practices for AWS Cost Optimization | AWS Tamil

AWS Interview Questions Answers Cloud formation | AWS Tamil

 AWS Interview Questions Answers RDS | AWS Tamil

AWS Interview Questions Answers IAM | AWS Tamil

AWS Interview Questions Answers EC2 #1 | AWS Tamil

AWS Interview Questions Answers EC2 #2 | AWS Tamil

 *******"************************************

AWS Regions vs AZs vs Edge Locations | AWS Topic 1

Рекомендации по теме
Комментарии
Автор

Hi bro, is it possible window instance?

babug