How do Cloudfront users obtain the required fields for "Bring my CDN account"? (Enterprise)
Below are the required fields for "Bring my CDN account" for AWS Cloudfront users:
- accessKeyId = the access key id
- secretAccessKey = the access secret key
- region = one of the regions that AWS supported.
![Figure Needed] AWS CloudFront required fields for VNIS integration
Check this article to learn more on how to bring your existing AWS Cloudfront CDN account to the VNIS platform.
Generate API keys
Before generating API keys, here are the prerequisites:
- Users must have an AWS account.
- This account should have permissions to operate service IAM , and be able to "create user".
When all the prerequisites are satisfied, follow the instruction below to generate API keys.
- Enter AWS service IAM, choose User, and then click Add users.
- Enter N ame, and select Programmatic access only (the first one).
- Click Next: Permissions.
- Choose Attach existing policies directly (the third one). Select permissions among policies:
- CloudFrontFullAccess
- CloudWatchFullAccess
- AWSCertificateManagerFullAccess.
- Click Next: Tags.
- Click Next: Review. Your page should be similar to the screenshot below.
![Figure Needed] AWS IAM user creation review screen showing selected permissions
- Click Create user.
- Copy the access key id and the access secret key, or download the csv file.
![Figure Needed] AWS IAM user creation success screen showing access keys