You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example uses several configuration settings that are stored in `settings.json`
120
-
to change the existing values.
121
-
122
-
Note: The image ID, instance type, and Availability Zone must be available in the same AWS Region as the account that's
123
-
used to run the scenario. For information about how to get valid settings, see [Find a Linux AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html).
124
-
125
-
*`GroupName` - The name to use for the Auto Scaling group.
126
-
*`ImageId` - The image ID to use with the Amazon EC2 Auto Scaling template. The AMI-ID column of the Amazon EC2 image locator table.
127
-
*`InstanceType` - The instance type to use with the template. The Instance Type column of the Amazon EC2 image locator table.
128
-
*`LaunchTemplateName` - The name of the launch template.
129
-
*`AvailabilityZone` - The Availability Zone for the launch template. The Zone column of the Amazon EC2 image locator table.
130
-
*`ServiceLinkedRoleArn` - The Amazon Resource Name (ARN) of a serivce-linked role that will be used
-[InvokeModel: Command R and R+](Models/CohereCommand/Command_R_InvokeModel/InvokeModel.cs#L4)
72
59
-[InvokeModel: Command and Command Light](Models/CohereCommand/Command_InvokeModel/InvokeModel.cs#L4)
73
60
-[InvokeModelWithResponseStream: Command R and R+](Models/CohereCommand/Command_R_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4)
74
61
-[InvokeModelWithResponseStream: Command and Command Light](Models/CohereCommand/Command_InvokeModelWithResponseStream/InvokeModelWithResponseStream.cs#L4)
Copy file name to clipboardExpand all lines: dotnetv3/CloudWatch/README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,6 @@ To enable billing metrics and statistics for these examples, make sure to
31
31
[enable billing alerts](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/monitor_estimated_charges_with_cloudwatch.html#turning_on_billing_metrics) for your account.
0 commit comments