awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
307 stars 109 forks source link

Feat: Adding terraform bootstrap for fully private deployment #200

Open edgarsilva948 opened 2 weeks ago

edgarsilva948 commented 2 weeks ago

What does this PR do?

This PR introduces a Terraform bootstrap configuration for fully private deployments. The update provides a secure and isolated setup by ensuring all resources are configured without public internet access.

Motivation

The need for enhanced security and compliance in sensitive environments motivated the development of this fully private deployment example. By leveraging a fully isolated infrastructure, users can significantly mitigate exposure to external threats.

More

Note:

For Moderators

Additional Notes

N/A

candonov commented 6 days ago

@edgarsilva948 How does the IAM family provider talk to the IAM API? We cannot create a vpc endpoint for iam because the API is global.