aws cloudformation create-stack \ --stack-name add-appsentinels-sensor-stack \ --template-body file://appsentinels_sensor_deployment.yaml \ --parameters \ ParameterKey=ExistingTaskDefinitionArn,ParameterValue=arn:aws:ecs:region:account-id:task-definition/your-task-definition:revision \ ParameterKey=SidecarContainerName,ParameterValue=your-sidecar-name \ ParameterKey=SidecarContainerImage,ParameterValue=your-sidecar-image:tag \ ParameterKey=EcsClusterName,ParameterValue=your-cluster-name \ ParameterKey=EcsServiceName,ParameterValue=your-service-name \ ParameterKey=ControllerServerName,ParameterValue=your-controller-name-or-url \ ParameterKey=ControllerPort,ParameterValue=your-controller-port-number \ ParameterKey=EnvironmentType,ParameterValue=your-deployment-environment-type \ ParameterKey=TapInterface,ParameterValue=your-tap-interface-name \ ParameterKey=TapFilter,ParameterValue=your-tap-filter \ ParameterKey=RelayProtocol,ParameterValue=your-relay-protocol \ ParameterKey=AwsRegion,ParameterValue=your-aws-region \ --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND aws cloudformation update-stack \ --stack-name add-appsentinels-sensor-stack \ --template-body file://appsentinels_sensor_deployment.yaml \ --parameters \ ParameterKey=ExistingTaskDefinitionArn,ParameterValue=arn:aws:ecs:region:account-id:task-definition/your-task-definition:revision \ ParameterKey=SidecarContainerName,ParameterValue=your-sidecar-name \ ParameterKey=SidecarContainerImage,ParameterValue=your-sidecar-image:tag \ ParameterKey=EcsClusterName,ParameterValue=your-cluster-name \ ParameterKey=EcsServiceName,ParameterValue=your-service-name \ ParameterKey=ControllerServerName,ParameterValue=your-controller-name-or-url \ ParameterKey=ControllerPort,ParameterValue=your-controller-port-number \ ParameterKey=EnvironmentType,ParameterValue=your-deployment-environment-type \ ParameterKey=TapInterface,ParameterValue=your-tap-interface-name \ ParameterKey=TapFilter,ParameterValue=your-tap-filter \ ParameterKey=RelayProtocol,ParameterValue=your-relay-protocol \ ParameterKey=AwsRegion,ParameterValue=your-aws-region \ --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND aws cloudformation create-stack \ --stack-name add-appsentinels-sensor-stack \ --template-body file://appsentinels_sensor_deployment.yaml \ --parameters \ ParameterKey=ExistingTaskDefinitionArn,ParameterValue=arn:aws:ecs:ap-south-1:488922454646:task-definition/test-app:13 \ ParameterKey=SidecarContainerName,ParameterValue=appsentinels-sensor \ ParameterKey=SidecarContainerImage,ParameterValue=docker.io/appsentinels/ng-controller:latest \ ParameterKey=EcsClusterName,ParameterValue=test-cluster \ ParameterKey=EcsServiceName,ParameterValue=test-service \ ParameterKey=ControllerServerName,ParameterValue=controller.appsentinels.awstest.ai \ ParameterKey=ControllerPort,ParameterValue=9004 \ ParameterKey=EnvironmentType,ParameterValue=test \ ParameterKey=TapInterface,ParameterValue=eth1 \ ParameterKey=TapFilter,ParameterValue=port-80-and-tcp \ ParameterKey=RelayProtocol,ParameterValue=http \ ParameterKey=AwsRegion,ParameterValue=ap-south-1 \ --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND aws cloudformation update-stack \ --stack-name add-appsentinels-sensor-stack \ --template-body file://appsentinels_sensor_deployment.yaml \ --parameters \ ParameterKey=ExistingTaskDefinitionArn,ParameterValue=arn:aws:ecs:ap-south-1:488922454646:task-definition/test-app:11 \ ParameterKey=SidecarContainerName,ParameterValue=test-sensor \ ParameterKey=SidecarContainerImage,ParameterValue=docker.io/appsentinels/ng-controller:latest \ ParameterKey=EcsClusterName,ParameterValue=test-cluster \ ParameterKey=EcsServiceName,ParameterValue=test-service \ ParameterKey=ControllerServerName,ParameterValue=controller.appsentinels.awstest.ai \ ParameterKey=ControllerPort,ParameterValue=9004 \ ParameterKey=EnvironmentType,ParameterValue=test \ ParameterKey=TapInterface,ParameterValue=eth1 \ ParameterKey=TapFilter,ParameterValue=port-80-and-tcp \ ParameterKey=RelayProtocol,ParameterValue=http \ ParameterKey=AwsRegion,ParameterValue=ap-south-1 \ --capabilities CAPABILITY_IAM CAPABILITY_AUTO_EXPAND