This guide will walk you through the prerequisites and setup process of configure required resources on AWS for the SAP Edge Integration Cell deployment
Before setting up your resources on AWS, ensure you have completed the following prerequisites:
-
AWS Account
- An active AWS account is required. If you don't have one, sign up here.
-
AWS CLI
- Install the AWS CLI. Follow the instructions here.
-
kubectl
- Install
kubectl
, the Kubernetes command-line tool. Instructions can be found here.
- Install
-
eksctl
- Install
eksctl
, a command-line tool for Amazon EKS. Follow the installation guide here.
- Install
-
Required IAM permissions
- The AWS IAM security principal that you're using must have permissions to work with Amazon EKS IAM roles, service linked roles, AWS CloudFormation, a VPC, and related resources.
- Make sure to assign below AWS managed policy to your AWS IAM security principal that you choose to interact with AWS CLI
AmazonEC2FullAccess
AmazonElasticFileSystemFullAccess
AWSCloudFormationFullAccess
IAMFullAccess
-
A DNS service such as Amazon Route 53, to map external IP of the Edge Node on EKS with a domain name.