Manages volume-level changes during the sync process.
If you are encrypting your target volumes using AWS KMS (Key Management Service), the Post-Convert Service needs permission to use that key to create the new AMI. awsreplicationpostconvertservice
The AwsReplicationPostConvertService works alongside several other background processes to ensure a seamless migration to the AWS Management Console: Manages volume-level changes during the sync process
When you replicate a server to AWS, the source server is streaming block-level data to a staging area in your target AWS account. This staging area is usually an EBS volume attached to a "Replication Server." However, a raw copy of a disk from an on-premises environment won’t boot in AWS. It lacks the necessary drivers (like AWS ENA, NVMe) and the correct boot configuration (GRUB/BCD). This staging area is usually an EBS volume
– Some teams build Lambda functions named aws_replication_post_convert_service to run after: