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

Add AWS Deployment guide to README.md #1982

Merged
merged 3 commits into from
Jul 12, 2024
Merged

Commits on Apr 16, 2024

  1. Added support for IMDS-based authentication to avoid using access/sec…

    …ret keys on EC2.
    
    Using access/secret keys directly on EC2 is considered a bad security practice. I have added the option for boto3 to perform authentication using the Instance Metadata 
    Service and assume the role associated with the EC2 instance on which CAPEv2 is running on.
    This does not cancel the original authentication method; it is used as a fallback in case users do not specify secret/access keys in aws.conf.
    Y4nush committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2a0149d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59cd4c1 View commit details
    Browse the repository at this point in the history
  3. Added an explanation about the option to authenticate through IMDS in…

    …stead of providing an access and secret key
    Y4nush committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b8e64f2 View commit details
    Browse the repository at this point in the history