Forem Creators and Builders 🌱

awmbtc
awmbtc

Posted on

The Vpc Endpoint Id 'vpce-07892bfc396093b96' does not exist

[cloudshell-user@ip-10-0-108-90 selfhost]$ ansible-playbook -i inventory/forem/setup.yml playbooks/providers/aws.yml

PLAY [Deploy Forem to AWS] **********************************************************************************************************************

TASK [Gathering Facts] **************************************************************************************************************************
ok: [forem]

TASK [preflight : Fetch public WAN IPv4 address json] *******************************************************************************************
ok: [forem]

TASK [preflight : Set local_wan_ip_address fact] ************************************************************************************************
ok: [forem]

TASK [preflight : Verify Ansible is >= 2.11.0] **************************************************************************************************
ok: [forem] => changed=false
msg: All assertions passed

TASK [preflight : Get list of installed Python 3 packages] **************************************************************************************
changed: [forem]

TASK [preflight : Read requirements.txt] ********************************************************************************************************
ok: [forem]

TASK [preflight : Generate list of missing pip prerequisites] ***********************************************************************************
ok: [forem]

TASK [preflight : Generate list of missing python packages] *************************************************************************************
ok: [forem]

TASK [preflight : Verify that required Python 3 packages are installed] *************************************************************************
ok: [forem] => changed=false
msg: All assertions passed

TASK [Get FCOS facts] ***************************************************************************************************************************

TASK [fcos : Get FCOS releases] *****************************************************************************************************************
ok: [forem]

TASK [fcos : Set FCOS file download facts] ******************************************************************************************************
ok: [forem]

TASK [Convert butane file to an Ignition file] **************************************************************************************************

TASK [butane : Check for butane] ****************************************************************************************************************
changed: [forem]

TASK [butane : Fail if butane is not installed] *************************************************************************************************
skipping: [forem]

TASK [butane : Create temporary butane file] ****************************************************************************************************
changed: [forem]

TASK [butane : Copy Butane YAML into temporary file] ********************************************************************************************
changed: [forem]

TASK [butane : Transpile Butane YAML into JSON] *************************************************************************************************
changed: [forem]

TASK [butane : Create temporary Butane Ignition JSON file] **************************************************************************************
changed: [forem]

TASK [butane : Copy Butane input JSON into temporary Butane Ignition file] **********************************************************************
changed: [forem]

TASK [butane : Gzip ignition data] **************************************************************************************************************
changed: [forem]

TASK [butane : Register butane_ignition facts] **************************************************************************************************
ok: [forem]

TASK [butane : Create temporary boot Butane file] ***********************************************************************************************
changed: [forem]

TASK [butane : Copy boot Butane YAML into boot Butane file] *************************************************************************************
changed: [forem]

TASK [butane : Transpile Butane into Ignition] **************************************************************************************************
changed: [forem]

TASK [butane : Create temporary boot Ignition file] *********************************************************************************************
changed: [forem]

TASK [butane : Copy Butane boot JSON into temporary Butane Ignition file] ***********************************************************************
changed: [forem]

TASK [butane : Gzip ignition data] **************************************************************************************************************
changed: [forem]

TASK [butane : Register butane_boot_ignition facts] *********************************************************************************************
ok: [forem]

TASK [butane : ansible.builtin.file] ************************************************************************************************************
changed: [forem] => (item=/tmp/butane_input_9wdlucxa.bu)
changed: [forem] => (item=/tmp/butane_input_9oi3w8ji.ign)

TASK [amazon.aws.ec2_vpc_net_info] **************************************************************************************************************
ok: [forem]

TASK [Set forem_vpc_id fact] ********************************************************************************************************************
ok: [forem]

TASK [Gather info about VPC subnets] ************************************************************************************************************
ok: [forem]

TASK [Gather info about VPC AZs] ****************************************************************************************************************
ok: [forem]

TASK [Get route table facts for vpc-016a89f93a9276461] ******************************************************************************************
ok: [forem]

TASK [Generate list of route tables for vpc-016a89f93a9276461] **********************************************************************************
ok: [forem]

TASK [Create S3 VPC endpoint in vpc-016a89f93a9276461] ******************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: botocore.exceptions.ClientError: An error occurred (InvalidVpcEndpointId.NotFound) when calling the DescribeVpcEndpoints operation: The Vpc Endpoint Id 'vpce-07892bfc396093b96' does not exist
fatal: [forem]: FAILED! => changed=false
boto3_version: 1.18.54
botocore_version: 1.21.54
error:
code: InvalidVpcEndpointId.NotFound
message: The Vpc Endpoint Id 'vpce-07892bfc396093b96' does not exist
msg: 'Failed to get endpoints: An error occurred (InvalidVpcEndpointId.NotFound) when calling the DescribeVpcEndpoints operation: The Vpc Endpoint Id ''vpce-07892bfc396093b96'' does not exist'
response_metadata:
http_headers:
cache-control: no-cache, no-store
connection: close
content-type: text/xml;charset=UTF-8
date: Fri, 14 Jan 2022 16:16:18 GMT
server: AmazonEC2
strict-transport-security: max-age=31536000; includeSubDomains
transfer-encoding: chunked
vary: accept-encoding
x-amzn-requestid: fdb81cb1-8852-4ae2-b8e9-e415684a0aab
http_status_code: 400
request_id: fdb81cb1-8852-4ae2-b8e9-e415684a0aab
retry_attempts: 0

PLAY RECAP **************************************************************************************************************************************
forem : ok=33 changed=15 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0

Latest comments (1)

Collapse
 
ellativity profile image
Ella (she/her/elle)