- Joined
- Apr 29, 2019
- Messages
- 7
- Reaction score
- 0
I'm trying to deploy to AWS Lightsail but getting the following error at Step 4 after entering IAM access keys:
Error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
In order to create virtual machine, you need to grant policy 'Lightsail' to the user and have available limits of running instances. Policy JSON: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "lightsail:*" ], "Resource": "*" } ]}
I already have 5 3CX PBX deployed in this account and have previously used this Access Key to create instances. I am aware that there is a 5 static IP limit by default in Lightsail but I have already had that limit raised to 10 by Amazon support last week in preparation for this and other deployments.
I have also tried adding a new IAM Key and get the same error if I try to use that. Anyone have any ideas what might be causing this?
Error: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
In order to create virtual machine, you need to grant policy 'Lightsail' to the user and have available limits of running instances. Policy JSON: { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "lightsail:*" ], "Resource": "*" } ]}
I already have 5 3CX PBX deployed in this account and have previously used this Access Key to create instances. I am aware that there is a 5 static IP limit by default in Lightsail but I have already had that limit raised to 10 by Amazon support last week in preparation for this and other deployments.
I have also tried adding a new IAM Key and get the same error if I try to use that. Anyone have any ideas what might be causing this?
