Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. $ec2->client->runInstances([
  2.             'ImageId' =>****',
  3.            'MinCount' => 1,
  4.            'MaxCount' => 1,
  5.            'InstanceType' => $resource->calculate(),
  6.            'UserData' => base64_encode("#!/bin/bash \r\n echo ECS_CLUSTER=convertclustr >> /etc/ecs/ecs.config"),
  7.            'IamInstanceProfile' => [
  8.                'Arn' => ‘*****'
  9.             ],
  10.             'KeyName' =>****'
  11.        ])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement