简体   繁体   中英

403 error in CloudFront AWS for my amazon educate account

I am using an aws educate account provided by my college instructor to learn about serverless application development in aws. I am trying to use CloudFront for Content Delivery Network services but I get the following error. How can this be resolved.

com.amazonaws.services.cloudfront.model.AccessDeniedException: User: arn:aws:sts::127746452845:assumed-role/vocstartsoft/user616202=riwaj.chalise@deerwalk.edu.np is not authorized to perform: cloudfront:ListDistributions with an explicit deny (Service: AmazonCloudFront; Status Code: 403; Error Code: AccessDenied; Request ID: 50ae6438-3196-452a-bcf9-80aaa5cf5e7c; Proxy: null)

在此处输入图像描述

How can I resolve this issue? Can my educator provide me the access to this service(cloudfront)?

This is because your user doesn't have privilege to access AWS cloudfront. You can ask your educator for the same.

There is something called AWS Identity and Access Management (IAM) which helps to create users and manage access for each users or group of users to AWS services and resources securely.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM