File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
firelens-stability/config Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 33 "imageDatajet" : " 210752607241.dkr.ecr.us-west-2.amazonaws.com/datajet:latest" ,
44 "imageMountebank" : " 210752607241.dkr.ecr.us-west-2.amazonaws.com/mock-mountebank:latest" ,
55 "imageHttpd" : " 210752607241.dkr.ecr.us-west-2.amazonaws.com/httpd:latest" ,
6- "s3LogDestinationBucketName" : " firelens-stability-stability- output" ,
6+ "s3LogDestinationBucketName" : " firelens-stability-output" ,
77 "taskRoleArn" : " arn:aws:iam::210752607241:role/firelens-stability-FireLensTaskRole" ,
88 "executionRoleArn" : " arn:aws:iam::210752607241:role/firelens-stability-FireLensExecutionRole" ,
99 "enableMonitoring" : false
1010 },
1111 "config" : {
1212 "region" : " us-west-2" ,
1313 "taskVpcSubnets" : [
14- " subnet-0be4d21f54ba7ffc5 " ," subnet-006a71ad4495a18b1 "
14+ " subnet-02d856999b481337c " ," subnet-01570cea46ddb85bc "
1515 ],
1616 "taskVpcSecurityGroups" : [
17- " sg-0eb9a017735b3242a "
17+ " sg-0bf970ffbe345ade1 "
1818 ]
1919 }
2020}
Original file line number Diff line number Diff line change 11{
2- "s3ArchivesArn" : " arn:aws:s3:::stability-archives" ,
3- "s3RecordArn" : " arn:aws:s3:::stability-records" ,
4- "s3SummaryArn" : " arn:aws:s3:::stability-summary" ,
5- "s3OutputArn" : " arn:aws:s3:::stability-output"
6- }
2+ "s3ArchivesArn" : " arn:aws:s3:::firelens- stability-archives" ,
3+ "s3RecordArn" : " arn:aws:s3:::firelens- stability-records" ,
4+ "s3SummaryArn" : " arn:aws:s3:::firelens- stability-summary" ,
5+ "s3OutputArn" : " arn:aws:s3:::firelens- stability-output"
6+ }
Original file line number Diff line number Diff line change @@ -231,22 +231,22 @@ Resources:
231231 StabilityArchivesBucket :
232232 Type : AWS::S3::Bucket
233233 Properties :
234- BucketName : !Sub '${AWS::StackName}-stability- archives'
234+ BucketName : !Sub '${AWS::StackName}-archives'
235235
236236 StabilityRecordsBucket :
237237 Type : AWS::S3::Bucket
238238 Properties :
239- BucketName : !Sub '${AWS::StackName}-stability- records'
239+ BucketName : !Sub '${AWS::StackName}-records'
240240
241241 StabilitySummaryBucket :
242242 Type : AWS::S3::Bucket
243243 Properties :
244- BucketName : !Sub '${AWS::StackName}-stability- summary'
244+ BucketName : !Sub '${AWS::StackName}-summary'
245245
246246 StabilityOutputBucket :
247247 Type : AWS::S3::Bucket
248248 Properties :
249- BucketName : !Sub '${AWS::StackName}-stability- output'
249+ BucketName : !Sub '${AWS::StackName}-output'
250250
251251 # IAM Roles
252252 FireLensTaskRole :
You can’t perform that action at this time.
0 commit comments