Skip to content

Commit b280e29

Browse files
committed
volume name
1 parent 0cf78e2 commit b280e29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/allora/lib/allora-stack.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export class AlloraStack extends cdk.Stack {
158158
}),
159159
role: instanceRole,
160160
vpc: vpc,
161-
rootDataVolumeDeviceName: '/dev/sda1',
162161
securityGroup: securityGroup,
163162
availabilityZone: vpc.selectSubnets({ subnetType: ec2.SubnetType.PUBLIC }).availabilityZones[0],
164163
vpcSubnets: { subnetType: ec2.SubnetType.PUBLIC },

0 commit comments

Comments
 (0)