The API works correctly when tested directly on the EC2 instance (e.g., usingcurl). The Swagger UI is accessed via the public IP address of the EC2 instance. The error occurs when trying to access the API endpoint through the Swagger UI. My backend is running onhttp://localhost:3033, ...
apiVersion: ec2.services.k8s.aws/v1alpha1 kind: VPC metadata: name: test namespace: default spec: cidrBlocks: - 10.0.0.0/16 tags: - key: Name value: test Logs show: 2023-06-14T19:43:03.578Z INFO ackrt desired resource state has changed {"account": "123456789012", "role": "", ...
disableApiTermination: Type: String Description: Disable API termination for the EC2 instance AllowedValues: - "true" - "false" Default: "false" When I would like to create + delete the CF template - it can not be easily done. I need to do "extra" steps for EC2. Thanks for considering...