Table of Contents

Search

  1. Preface
  2. Advanced clusters
  3. Setting up AWS
  4. Setting up Google Cloud
  5. Setting up Microsoft Azure
  6. Setting up a self-service cluster
  7. Setting up a local cluster
  8. Advanced configurations
  9. Troubleshooting
  10. Appendix A: Command reference

Advanced Clusters

Advanced Clusters

Amazon EC2 actions

Amazon EC2 actions

Amazon Elastic Compute Cloud (EC2) provides computing resources on the cloud. Amazon EC2 actions must apply to all AWS resources.
The following table describes the actions that the master role requires:
Action
Description
ec2:DescribeInstances
Required. Allows Kubernetes to describe instances.
ec2:DescribeRegions
Required. Allows Kubernetes to describe regions.
ec2:CreateRoute
Optional. Required only when the Secure Agent creates a VPC and subnets for the cluster. The Secure Agent creates a VPC and subnets by default.
ec2:DescribeRouteTables
Required. Sets up Kubernetes infrastructure.
ec2:DeleteRoute
Optional. Required only when the Secure Agent creates a VPC and subnets for the cluster. The Secure Agent creates a VPC and subnets by default.
ec2:CreateSecurityGroup
Optional. Required only when you use the default security groups that the cluster operator role creates.
ec2:CreateSecurityGroup
ec2:AuthorizeSecurityGroupIngress
ec2:RevokeSecurityGroupIngress
ec2:DeleteSecurityGroup
Optional. Required only when you use the default security groups that the cluster operator role creates.
ec2:DescribeSubnets
Required. Creates master node, for example, describes the details of subnets.
ec2:DescribeVpc
Required. Creates master node, for example, describes the details of a VPC.
ec2:CreateTags
Required. Adds tags for Kubernetes infrastructure such as EC2.
ec2:ModifyInstanceAttribute
Required. Modifies attributes of an instance.
ec2:CreateVolume
Required. Creates storage such as EBS volumes.
ec2:DescribeVolumes
Required. Gets details of created volumes for ED2 node.
ec2:DescribeVolumesModifications
Required. Describes the most recent volume modification request for the specified EBS volumes.
ec2:ModifyVolume
Required. Modifies the volumes.
ec2:AttachVolume
Required. Attaches the volumes.
ec2:DetachVolume
Required. Detaches the created volumes.
ec2:DeleteVolume
Required. Deletes the created volumes.

0 COMMENTS

We’d like to hear from you!