The user portal offers a single place to access all their assigned AWS accounts and applications. To access the AWS account or Applications, user logs into user portal.
AWS
How to use CodePipeline to protect CloudFormation resources when updating the Stack
In this article we will see how CodePipeline can be used to execute this stack policy every time new Stack is Created.
How to protect resources in CloudFormation Stack from being Deleted or Replaced using Stack Policy
If you have already created a stack with out any stack policy then you can apply stack policy to this stack using AWS CLI only. This can’t be done through Console.
Using PowerBI to securely access AWS S3 objects using presigned URLs
Using Presigned URL, the S3 objects can be accessed securely in PowerBI for limited time.
How to use S3 API (GET, PUT & DELETE) operations for bucket lifecycle using POSTMAN
A lifecycle configuration, an XML file, comprises a set of rules with predefined actions that you want Amazon S3 to perform on objects during their lifetime.
How to generate Content-MD5 value ( base64-encoded 128-bit MD5) of the data
Generate the content-MD5 value to call S3 API operations (PUT & POST) using POSTMAN
How to Get AWS S3 bucket object data using Postman
The contents of a file uploaded to S3 bucket can be accessed via Postman using RestAPI.
How To Connect Microsoft Power BI to Amazon Athena using Athena ODBC driver
Access AWS Athena from Power BI using ODBC Driver
How to provide cross-account access to objects that are in Amazon S3 buckets to AWS Glue & Athena in another account
Using bucket policy, provide cross-account access to objects that are in Amazon S3 buckets to AWS Glue & Athena in another account.
How to test Firebase Cloud Messaging (FCM) Push Notification to Android devices using POSTMAN and AWS Simple Notification Service (SNS)
Using POSTMAN you can test the FCM Push Notification messages to your android app client. Also AWS SNS service can be configured to send Push Notification messages to Android App devices.