full-analyst-32960
10/31/2022, 2:38 PMfargate_task = awsx.ecs.FargateTaskDefinition("portal-fargate-task",
containers={
"nginx": awsx.ecs.TaskDefinitionContainerDefinitionArgs(
image="nginx",
essential=True,
memory=128,
log_configuration=awsx.ecs.TaskDefinitionLogConfigurationArgs(
log_driver="awslogs",
options=[
"awslogs_group:nginx-container",
"awslogs_region:us-west-1",
"awslogs_stream-prefix:nginx",
],
),
),
},
tags={
"Testing": "Testing",
},
)
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by