Which of the following AWS resources do not need to be recreated in the second region?
(Choose two.)
Route 53 Record Sets
IAM Roles
Elastic IP Addresses (EIP)
EC2 Key Pairs
Launch configurations
Security Groups
Explanations:
Route 53 is a global service, so record sets are accessible across regions and do not need to be recreated.
IAM roles are also global, meaning they apply across regions and do not need to be recreated.
Elastic IP addresses are region-specific and would need to be recreated in the new region.
EC2 key pairs are region-specific and must be created in each region where they are required.
Launch configurations are specific to the region they are created in, so they need to be recreated in the second region.
Security groups are region-specific resources, requiring recreation in each target region.