Skip to main content

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:

  1. Ensure you have your AWS credentials ready.
  2. Follow the instructions in the AWS documentation to generate your AWS Access Key and Secret Key.
  3. 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.
  4. Configure your AWS profile on your local machine using the following command:
aws configure --profile <profile_name>
  1. 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.