简体   繁体   English

我的亚马逊教育账户的 CloudFront AWS 出现 403 错误

[英]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.我正在使用我的大学讲师提供的 aws Education 帐户来了解 AWS 中的无服务器应用程序开发。 I am trying to use CloudFront for Content Delivery Network services but I get the following error.我正在尝试将 CloudFront 用于 Content Delivery Network 服务,但出现以下错误。 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) 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显式拒绝(服务:AmazonCloudFront;状态代码:403;错误代码:AccessDenied;请求 ID:50ae6438-3196-452a-bcf9-80aaa5cf5e7c;代理: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.这是因为您的用户无权访问 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.有一种称为AWS 身份和访问管理 (IAM)的东西,它有助于创建用户并安全地管理每个用户或用户组对 AWS 服务和资源的访问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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