You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have code that is supposed to allocate an Elastic IP from a shared CoIP IPv4 Pool and then associate it with our EC2 instance. However, when it trys to create the Elastic IP from the CoIP IPv4 Pool, it fails with the following error:
Resource handler returned message: "The pool ID 'ipv4pool-coip-0XXXXXXXXXXXXXXXX' does not exist. (Service: Ec2, Status Code: 400, Request ID: 2ae8930c-XXXXXXXXXXXX-XXXXXXXXXXXX)" (RequestToken: c8f6daf4-ebec-cefe-f6ec-6144bdfb8f69, HandlerErrorCode: GeneralServiceException)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have code that is supposed to allocate an Elastic IP from a shared CoIP IPv4 Pool and then associate it with our EC2 instance. However, when it trys to create the Elastic IP from the CoIP IPv4 Pool, it fails with the following error:
Resource handler returned message: "The pool ID 'ipv4pool-coip-0XXXXXXXXXXXXXXXX' does not exist. (Service: Ec2, Status Code: 400, Request ID: 2ae8930c-XXXXXXXXXXXX-XXXXXXXXXXXX)" (RequestToken: c8f6daf4-ebec-cefe-f6ec-6144bdfb8f69, HandlerErrorCode: GeneralServiceException)
Code snippet:
I tested the process using the AWS CLI and was able to associate the Elastic CoIP by following these steps:
However, these steps don't seem to be working for when using CDK API's.
Is there more than need to be done in order to have the CoIP IPv4 Pool to be shared from another AWS account?
Beta Was this translation helpful? Give feedback.
All reactions