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

Fix connection and public IP issues and add documentation. #311

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

smjmoj
Copy link

@smjmoj smjmoj commented Jan 16, 2024

During the development of the NACs RDS Bastion feature, it was noted that this implementation had some issues.

associate_public_ip_address | this was incorrectly set.
security_group_ids | the VPC endpoinst security group had been omitted.
ssm_session_manager_endpoints | for the services required some logic as they are shared with the load testing bastion.
In order to create an easy engineer experience some additional outputs have been added for consistency across the two projects.

The documentation has been added.

Stephen James added 3 commits January 12, 2024 17:33
Bastions now have no public ip associted with them.
Have the vpc endpoints security group added.
Additional outputs for referencing the security groups and details for engineers to confirm values related to the VPCs and DBs.
@smjmoj smjmoj self-assigned this Jan 16, 2024
@smjmoj smjmoj requested a review from a team as a code owner January 16, 2024 12:09
@github-actions github-actions bot added documentation Improvements or additions to documentation dhcp-dns labels Jan 16, 2024
echo $ENV


### rds_servers_bastion
Copy link
Contributor

@jamesgreen-moj jamesgreen-moj Jan 16, 2024

Choose a reason for hiding this comment

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

Can these comments be removed?

Copy link
Author

Choose a reason for hiding this comment

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

No as the script is there to be used ad-hoc, we could create a more comprehensive script that captured the use case of updating and retrieving but it doesn't warrant the effort.

@smjmoj smjmoj merged commit 86eac45 into main Jan 17, 2024
@smjmoj smjmoj deleted the amend-ip-selection-on-rds-bastion branch January 17, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dhcp-dns documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants