-
Notifications
You must be signed in to change notification settings - Fork 32
/
aws_cli_-_wetty.pmx
45 lines (36 loc) · 1.06 KB
/
aws_cli_-_wetty.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
name: AWS CLI - wetty
description: Amazon Web Services - CLI (Version 1.0.0) - using wetty Terminal in Chrome
Browser
keywords: AWS, AWSCLI, CLI, public
type: Ubuntu
documentation: |
AWS CLI 1.0 - wetty terminal
=======================
Installs a [wetty terminal](https://github.com/krishnasrinivas/wetty) with [Amazon Web Services
- CLI](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html).
Interact with AWS CLI by browsing to http://panamax.local:8088
Default username and password are:
Username:**term**
Password:**term**
##Template
Configuration:
Set your AWS Credentials as Environment Variables in the service details in Panamax to get them injected in or run:
`aws configure`
in your wetty terminal.
images:
- name: AWSCLIwetty
source: centurylink/aws-cli-wetty:latest
category: AWS_CLI
type: Default
expose:
- '3000'
ports:
- host_port: '8088'
container_port: '3000'
proto: TCP
environment:
- variable: AWS_ACCESS_KEY_ID
value: ''
- variable: AWS_SECRET_ACCESS_KEY
value: ''