Hello I’m trying to perform a serverless deploy from a Jenkins pipeline running in an airtight (completely no internet access, no internet gateway no Nat Gateway). I have setup VPC endpoints for S3 and CloudFormation, but in the region I’m in there’s no VPC endpoint for AWS STS, as so serverless is failing because it needs to make a call to STS. Is there a way to get around this issue? is there a way to supplement serverless with what it needs from STS via a config parameter?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Any Workaround for AWS STS Required by Serverless? | 0 | 367 | August 6, 2019 | |
| How to configure vpc on aws for external internet access? | 0 | 441 | July 28, 2019 | |
| Deploying lambda into existing VPC when current infrastructure built with Terraform | 0 | 897 | November 15, 2019 | |
| Add an AWS interface-style endpoint to a VPC (supported by CLI, but not by CF) | 1 | 1137 | June 20, 2018 | |
| Deploy single function to a VPC | 0 | 535 | February 26, 2019 |