AWS
Prerequisites for setting up a cluster with magikube on AWS
Before you can set up a cluster in AWS with magikube, you will need to complete the following steps:
- Ensure you have your AWS credentials ready.
- Follow the instructions in the AWS documentation to generate your AWS Access Key and Secret Key.
- Once you have your AWS Access Key and Secret Key, install the AWS CLI on your local machine. Refer to the AWS CLI installation guide for detailed instructions.
- Configure your AWS profile on your local machine using the following command:
aws configure --profile <profile_name>
- In order to run magikube and deploy application, you would need a domain name which is registered in AWS route 53. Follow AWS documentation for Domain resgitration.