How can you restrict the access to the contents delivered in cloudfront?
Answers
Answered by
0
To restrict the access to the contents delivered in cloudfront, one should for AWS SDK for Java.
Restricting access is very important in cloudfront as people can gain access to the data and misuse it.
Once the access is restricted, only those with the authority can access the required data.
Answered by
5
You can restrict the access with the help of origin access identity.
There are several steps to follow up such as:
• Creating the access identity that will help in associating and restricting.
• Changing the permission of the identity to ensure the bucket file data work.
This will be easy to follow up in CloudFront.
Similar questions