addi2113
addi2113

Reputation: 154

Laravel Forge - Connect to Amazon

So today i wanted to set up an integration Server. We are building a PHP Application using Laravel 5.5 and want to host it on AWS. We have also registered to Laravel Forge and Laravel Envoyer.

So for the start i wanted to connect my Laravel Forge account to Amazon. I signed into my amazon account, activated everything and created a new IAM User with AdministratorAccess Permission. I've saved everything and created the AWS secret and key. It is shown with status Active in the console.

Ok I headed over to Laravel Forge and went to Server Providers. I selected Amazon. in Profile Name i've entered the name of the user plus his key and secret. I thought i'd be done but i am getting this error:

Whoops! There were some problems with your input.

Invalid API credentials.

Anyone know how i can connect my forge with AWS or can point me to what i did wrong? Am I missing something?

Upvotes: 3

Views: 2087

Answers (2)

Santosh Achari
Santosh Achari

Reputation: 3006

This issue was happening with me as the AWS account wasn't properly activated. Please follow up with AWS in this regards!

Upvotes: 0

Josh Bruce
Josh Bruce

Reputation: 1

Having the same issue. I seem to be able to create servers in the US regions but nowhere else. Same error as the above. The JS console shows 500 server errors when selecting any other region. Hoping someone has found a solution to this.

I contacted Laravel Forge support and the only advise I got was about contacting AWS directly. Is quite frustrating.

Upvotes: 0

Related Questions