Unable to sign up to AWS QuickSight - amazon-quicksight

I have the root/admin account for the AWS services and when i try to subscribe to QuickSight, it is failing with the below message. Any ideas on what is causing this and how to resolve this ?

Related

Not authorized to perform cloudformation DescribeStacks despite AdministratorAccess [Serverless, Lambda, IAM]

I tried to deploy using the following command.
sls deploy --stage=stage --profile=[my-profile]
And it gives the error.
Serverless Error ----------------------------------------
User: arn:aws:iam::[my-iam-user] is not authorized to perform: cloudformation:DescribeStacks on resource: arn:aws:cloudformation:ap-northeast-1:[my-lambda-endpoint]/* with an explicit deny
My IAM user has AdministratorAccess policy, so I can't understand why the error occured
If you really have admin privileges for that user, there's only one way those can be restricted and this only applies when you're in a member account of AWS organizations: Service Control Policies. SCPs can be used by the management account to restrict access to certain regions or services.
If you're not in an AWS organizations member account and getting this error, you probably do not have the permissions you think you have with that user.

AWS Data Migration Service IAM Policy Error?

In AWS DMS, I am having an error when I try to create Target Endpoint.
I am trying to migrate MariaDB to Elasticsearch, and so the service of Target Endpoint is AWS Elasticsearch service.
However, it requires me to add IAM user but even I add an IAM user with Administrator policy it keeps saying that
The IAM Role arn:aws:iam::[number]:user/[username] is not configured properly.AccessDenied
What kind of IAM policies are required for this task?
you can get the policy document from here
https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html

Serverless multiple services errorring with AWS provider credentials not found. Learn how to set up AWS provider credentials in our docs here

We have a repo with multiple services ~15. In the deployment step we get the following error intermittently
AWS provider credentials not found. Learn how to set up AWS provider credentials in our docs here
When we run the same service again it works. Could this be due to the number of services we are deploying?

PlatformApplicationDisabledException

My application shuts down sometime with the following error in the console:
PlatformApplicationDisabledException
I've reached out to aws service team to investigate what I was doing wrong in my program.
So, they have replied that:
PlatformApplicationDisabledException is triggered when the downstream
push-notification service rejects the credentials provided with the
request.
In your case, the downstream provider is APNS_SANDBOX. Ensure that you
are using valid Sandbox credentials with your APNS SNS application.
Apple rejected your credentials, likely due to them being expired, or
for a production application.
Can someone guide me to resolve this issue.
Thank you.

Permission denied to generate login hint for target domain. google auth error in ec2 instance

I am getting the error while using google authentication in my web app, everything was working fine but suddenly it started showing the error "Permission denied to generate login hint for target domain." when I am trying to login to my web app.
I am hosting the web app in AWS EC2 instance and I have configured the ec2 public DNS name in my google API manager.
Any help will be much appreciated.
When you set up OAuth for your application, you will need a DNS name that refers to your instance's IP address. You can use the xip.io service to get one; this is a public service offered for free by Basecamp. For instance, the DNS name can be 54.84.49.254.xip.io.

Resources