We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38fd73 commit f235d7dCopy full SHA for f235d7d
apps/bedrock/pulumi/aws/eks.ts
@@ -18,13 +18,6 @@ const fargateRole = new aws.iam.Role('fargate@eks', {
18
managedPolicyArns: [aws.iam.ManagedPolicy.AmazonEKSFargatePodExecutionRolePolicy],
19
});
20
21
-new aws.iam.Role('admin@eks', {
22
- name: 'admin@eks',
23
- assumeRolePolicy: aws.iam.assumeRolePolicyForPrincipal({
24
- AWS: 'arn:aws:iam::721144421085:root',
25
- }),
26
-});
27
-
28
export const cluster = new aws.eks.Cluster('penxle', {
29
name: 'penxle',
30
version: '1.31',
0 commit comments