Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test infra: Add NAT gateway IP addresses to base stack SSM parameters #1847

Merged
merged 3 commits into from
Dec 7, 2022

Conversation

LeonLuttenberger
Copy link
Contributor

@LeonLuttenberger LeonLuttenberger commented Dec 6, 2022

Feature or Bugfix

  • Feature

Detail

The NAT Gateway IPs need to be added in one of the security groups for our CodeBuild. Right now, this is performed manually and is therefore not present in infrastructure-as-code. This PR is adding the IP addresses as SSM parameters to the base stack, so that we can use them from the CodeBuild definitions.

The SSM parameters will be the following:

  • /SDKPandas/VPC/PublicSubnet1/EIP
  • /SDKPandas/VPC/PublicSubnet2/EIP
  • /SDKPandas/VPC/PublicSubnet3/EIP

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@LeonLuttenberger LeonLuttenberger self-assigned this Dec 6, 2022
@LeonLuttenberger LeonLuttenberger marked this pull request as ready for review December 6, 2022 22:36
@malachi-constant

This comment was marked as outdated.

@LeonLuttenberger LeonLuttenberger force-pushed the test-infra/add-eips-to-stack-output branch from 2d92257 to 793f724 Compare December 6, 2022 22:59
@LeonLuttenberger LeonLuttenberger changed the base branch from release-3.0.0 to main December 6, 2022 23:00
@malachi-constant

This comment was marked as outdated.

@malachi-constant

This comment was marked as outdated.

Copy link
Contributor

@kukushking kukushking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@LeonLuttenberger LeonLuttenberger changed the title Test infra: Add NAT gateway IP addresses to base stack output Test infra: Add NAT gateway IP addresses to base stack SSM parameters Dec 7, 2022
@malachi-constant
Copy link
Contributor

AWS CodeBuild CI Report

  • CodeBuild project: GitHubCodeBuild8756EF16-4rfo0GHQ0u9a
  • Commit ID: b782fe6
  • Result: FAILED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@LeonLuttenberger LeonLuttenberger merged commit 5a76620 into main Dec 7, 2022
@LeonLuttenberger LeonLuttenberger deleted the test-infra/add-eips-to-stack-output branch December 7, 2022 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants