Skip to content

Instantly share code, notes, and snippets.

@woowa-hsw0
Created June 7, 2018 02:30
Show Gist options
  • Save woowa-hsw0/3f90e1fc492575d3a2a3c9d3e26e919a to your computer and use it in GitHub Desktop.
Save woowa-hsw0/3f90e1fc492575d3a2a3c9d3e26e919a to your computer and use it in GitHub Desktop.
EKS Worker node info
$ tree /opt/
/opt/
├── aws
│   ├── apitools
│   │   ├── cfn-init -> ./cfn-init-1.4-30.amzn2
│   │   └── cfn-init-1.4-30.amzn2
│   │   ├── bin
│   │   │   ├── cfn-elect-cmd-leader
│   │   │   ├── cfn-get-metadata
│   │   │   ├── cfn-hup
│   │   │   ├── cfn-init
│   │   │   ├── cfn-send-cmd-event
│   │   │   ├── cfn-send-cmd-result
│   │   │   └── cfn-signal
│   │   ├── init
│   │   │   ├── redhat
│   │   │   │   └── cfn-hup
│   │   │   └── ubuntu
│   │   │   └── cfn-hup
│   │   └── share
│   │   └── doc
│   │   └── aws-cfn-bootstrap-1.4
│   │   ├── CHANGELOG.txt
│   │   ├── LICENSE.txt
│   │   └── NOTICE.txt
│   └── bin
│   ├── cfn-elect-cmd-leader -> ../apitools/cfn-init/bin/cfn-elect-cmd-leader
│   ├── cfn-get-metadata -> ../apitools/cfn-init/bin/cfn-get-metadata
│   ├── cfn-hup -> ../apitools/cfn-init/bin/cfn-hup
│   ├── cfn-init -> ../apitools/cfn-init/bin/cfn-init
│   ├── cfn-send-cmd-event -> ../apitools/cfn-init/bin/cfn-send-cmd-event
│   ├── cfn-send-cmd-result -> ../apitools/cfn-init/bin/cfn-send-cmd-result
│   ├── cfn-signal -> ../apitools/cfn-init/bin/cfn-signal
│   └── ec2-metadata -> /usr/bin/ec2-metadata
└── cni
└── bin
├── bridge
├── cnitool
├── dhcp
├── flannel
├── host-device
├── host-local
├── ipvlan
├── loopback
├── macvlan
├── noop
├── portmap
├── ptp
├── sample
├── tuning
└── vlan
$ tree /etc/kubernetes/ /var/lib/kube*
/etc/kubernetes/
└── manifests
/var/lib/kubelet
└── kubeconfig
/var/lib/kubernetes
$ ls /usr/bin/kube*
/usr/bin/kubectl /usr/bin/kubelet
$ kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-28T20:16:17Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"
$ kubelet --version
Kubernetes v0.0.0-master+$Format:%h$
$ cat /var/lib/kubelet/kubeconfig
apiVersion: v1
kind: Config
clusters:
- cluster:
certificate-authority: CERTIFICATE_AUTHORITY_FILE
server: MASTER_ENDPOINT
name: kubernetes
contexts:
- context:
cluster: kubernetes
user: kubelet
name: kubelet
current-context: kubelet
users:
- name: kubelet
user:
exec:
apiVersion: client.authentication.k8s.io/v1alpha1
command: /usr/bin/heptio-authenticator-aws
args:
- "token"
- "-i"
- "CLUSTER_NAME"
$ ps aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.5 0.5 125440 5228 ? Ss 02:21 0:02 /usr/lib/systemd/systemd --switched-root --system --deserialize 21
root 2 0.0 0.0 0 0 ? S 02:21 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? I 02:21 0:00 [kworker/0:0]
root 4 0.0 0.0 0 0 ? I< 02:21 0:00 [kworker/0:0H]
root 5 0.0 0.0 0 0 ? R 02:21 0:00 [kworker/u30:0]
root 6 0.0 0.0 0 0 ? I< 02:21 0:00 [mm_percpu_wq]
root 7 0.0 0.0 0 0 ? S 02:21 0:00 [ksoftirqd/0]
root 8 0.0 0.0 0 0 ? R 02:21 0:00 [rcu_sched]
root 9 0.0 0.0 0 0 ? I 02:21 0:00 [rcu_bh]
root 10 0.0 0.0 0 0 ? S 02:21 0:00 [migration/0]
root 11 0.0 0.0 0 0 ? S 02:21 0:00 [watchdog/0]
root 12 0.0 0.0 0 0 ? S 02:21 0:00 [cpuhp/0]
root 13 0.0 0.0 0 0 ? S 02:21 0:00 [kdevtmpfs]
root 14 0.0 0.0 0 0 ? I< 02:21 0:00 [netns]
root 20 0.0 0.0 0 0 ? S 02:21 0:00 [xenbus]
root 21 0.0 0.0 0 0 ? S 02:21 0:00 [xenwatch]
root 22 0.0 0.0 0 0 ? I 02:21 0:00 [kworker/0:1]
root 169 0.0 0.0 0 0 ? S 02:21 0:00 [khungtaskd]
root 170 0.0 0.0 0 0 ? S 02:21 0:00 [oom_reaper]
root 171 0.0 0.0 0 0 ? I< 02:21 0:00 [writeback]
root 173 0.0 0.0 0 0 ? S 02:21 0:00 [kcompactd0]
root 174 0.0 0.0 0 0 ? SN 02:21 0:00 [ksmd]
root 175 0.0 0.0 0 0 ? SN 02:21 0:00 [khugepaged]
root 176 0.0 0.0 0 0 ? I< 02:21 0:00 [crypto]
root 177 0.0 0.0 0 0 ? I< 02:21 0:00 [kintegrityd]
root 179 0.0 0.0 0 0 ? I< 02:21 0:00 [kblockd]
root 532 0.0 0.0 0 0 ? I< 02:21 0:00 [md]
root 535 0.0 0.0 0 0 ? I< 02:21 0:00 [edac-poller]
root 664 0.0 0.0 0 0 ? S 02:21 0:00 [kauditd]
root 670 0.0 0.0 0 0 ? S 02:21 0:00 [kswapd0]
root 802 0.0 0.0 0 0 ? I< 02:21 0:00 [kthrotld]
root 852 0.0 0.0 0 0 ? I< 02:21 0:00 [kstrp]
root 865 0.0 0.0 0 0 ? I 02:21 0:00 [kworker/u30:2]
root 882 0.0 0.0 0 0 ? I< 02:21 0:00 [ipv6_addrconf]
root 914 0.0 0.0 0 0 ? I 02:21 0:00 [kworker/0:2]
root 920 0.0 0.0 0 0 ? I 02:21 0:00 [kworker/0:3]
root 1513 0.0 0.0 0 0 ? I< 02:21 0:00 [ata_sff]
root 1517 0.0 0.0 0 0 ? S 02:21 0:00 [scsi_eh_0]
root 1527 0.0 0.0 0 0 ? I< 02:21 0:00 [scsi_tmf_0]
root 1530 0.0 0.0 0 0 ? S 02:21 0:00 [scsi_eh_1]
root 1531 0.0 0.0 0 0 ? I< 02:21 0:00 [scsi_tmf_1]
root 1560 0.0 0.0 0 0 ? I< 02:21 0:00 [xfsalloc]
root 1561 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs_mru_cache]
root 1563 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-buf/xvda1]
root 1564 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-data/xvda1]
root 1565 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-conv/xvda1]
root 1566 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-cil/xvda1]
root 1567 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-reclaim/xvd]
root 1568 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-log/xvda1]
root 1569 0.0 0.0 0 0 ? I< 02:21 0:00 [xfs-eofblocks/x]
root 1570 0.0 0.0 0 0 ? S 02:21 0:00 [xfsaild/xvda1]
root 1572 0.0 0.0 0 0 ? I< 02:21 0:00 [kworker/0:1H]
root 1632 0.1 0.7 40168 8008 ? Ss 02:22 0:00 /usr/lib/systemd/systemd-journald
root 1758 0.0 0.0 0 0 ? I 02:22 0:00 [kworker/0:4]
root 1846 0.0 0.0 0 0 ? I< 02:22 0:00 [ena]
root 2501 0.0 0.2 116800 2248 ? Ss 02:22 0:00 /usr/sbin/lvmetad -f
root 2524 0.1 0.4 42816 4144 ? Ss 02:22 0:00 /usr/lib/systemd/systemd-udevd
root 2762 0.0 0.1 55700 1944 ? S<sl 02:22 0:00 /sbin/auditd
root 2853 0.0 0.0 6452 840 ? Ss 02:22 0:00 /sbin/rngd -f
dbus 2876 0.0 0.2 24412 2792 ? Ss 02:22 0:00 /bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root 2898 0.0 0.2 26308 2964 ? Ss 02:22 0:00 /usr/lib/systemd/systemd-logind
root 2909 0.1 0.9 216636 9884 ? Ssl 02:22 0:00 /usr/sbin/rsyslogd -n
chrony 3149 0.0 0.3 120544 3984 ? S 02:22 0:00 /usr/sbin/chronyd
root 3219 0.0 0.1 102956 1944 ? Ss 02:22 0:00 /sbin/dhclient -q -lf /var/lib/dhclient/dhclient--eth0.lease -pf /var/run/dhclient-eth0.pid -H ip-172-31-46-201 eth0
root 3313 0.0 0.3 102956 3832 ? Ss 02:22 0:00 /sbin/dhclient -6 -nw -lf /var/lib/dhclient/dhclient6--eth0.lease -pf /var/run/dhclient6-eth0.pid eth0 -H ip-172-31-
root 3489 0.0 0.4 88372 4516 ? Ss 02:22 0:00 /usr/libexec/postfix/master -w
postfix 3490 0.0 0.6 88456 6592 ? S 02:22 0:00 pickup -l -t unix -u
postfix 3491 0.0 0.6 88528 6668 ? S 02:22 0:00 qmgr -l -t unix -u
root 3595 0.0 3.8 706396 39036 ? Ssl 02:22 0:00 /usr/bin/dockerd
root 3611 0.0 0.1 116836 1996 ttyS0 Ss+ 02:22 0:00 /sbin/agetty --keep-baud 115200,38400,9600 ttyS0 vt220
root 3623 0.0 0.3 133024 3132 ? Ss 02:22 0:00 /usr/sbin/crond -n
root 3635 0.0 0.1 117188 1640 tty1 Ss+ 02:22 0:00 /sbin/agetty --noclear tty1 linux
root 3690 0.0 0.6 108364 6804 ? Ss 02:22 0:00 /usr/sbin/sshd -D
root 3724 0.0 1.0 261004 10444 ? Ssl 02:22 0:00 docker-containerd -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --metrics-interval=0 --start-timeou
root 3736 0.0 0.8 148164 8608 ? Ss 02:22 0:00 sshd: ec2-user [priv]
ec2-user 4101 0.0 0.4 148164 4436 ? S 02:22 0:00 sshd: ec2-user@pts/0
ec2-user 4115 0.0 0.3 122184 3516 pts/0 Ss 02:22 0:00 -bash
root 5333 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:5]
root 5334 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:6]
root 5335 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:7]
root 5336 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:8]
root 5337 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:9]
root 5338 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:10]
root 5339 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:11]
root 5340 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:12]
root 5341 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:13]
root 5342 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:14]
root 5343 0.0 0.0 0 0 ? I 02:24 0:00 [kworker/0:15]
root 7316 0.0 0.2 42816 2672 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7317 0.0 0.2 42816 2672 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7318 0.0 0.2 42816 2672 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7319 0.0 0.2 42816 2668 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7320 0.0 0.2 42816 2668 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7321 0.0 0.2 42816 2668 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7322 0.0 0.2 42816 2668 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7326 0.0 0.2 42816 2668 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7348 0.0 0.2 42816 2176 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
root 7349 0.0 0.2 42816 2116 ? S 02:28 0:00 /usr/lib/systemd/systemd-udevd
# $ rpm -qa
device-mapper-libs-1.02.146-4.amzn2.x86_64
setup-2.8.71-7.amzn2.noarch
grub2-tools-minimal-2.02-35.amzn2.0.2.x86_64
glibc-minimal-langpack-2.26-27.amzn2.0.4.x86_64
grub2-tools-extra-2.02-35.amzn2.0.2.x86_64
ncurses-compat-libs-6.0-8.20170212.amzn2.x86_64
grub2-2.02-35.amzn2.0.2.x86_64
libselinux-2.5-11.amzn2.x86_64
krb5-libs-1.15.1-19.amzn2.0.1.x86_64
popt-1.13-16.amzn2.x86_64
libnghttp2-1.31.1-1.amzn2.x86_64
libdb-5.3.21-21.amzn2.x86_64
amazon-linux-extras-1.5-1.amzn2.noarch
chkconfig-1.7.4-1.amzn2.x86_64
python-simplejson-3.2.0-1.amzn2.x86_64
elfutils-libelf-0.168-8.amzn2.x86_64
libnetfilter_cttimeout-1.0.0-6.amzn2.x86_64
readline-6.2-10.amzn2.x86_64
python-daemon-1.6-4.amzn2.noarch
libgpg-error-1.12-3.amzn2.0.1.x86_64
conntrack-tools-1.4.4-3.amzn2.x86_64
sqlite-3.7.17-8.amzn2.x86_64
unzip-6.0-16.amzn2.x86_64
libunistring-0.9.3-9.amzn2.x86_64
socat-1.7.3.2-2.amzn2.x86_64
file-libs-5.11-33.amzn2.x86_64
device-mapper-event-1.02.146-4.amzn2.x86_64
p11-kit-0.23.5-3.amzn2.x86_64
python-kitchen-1.1.1-5.amzn2.noarch
groff-base-1.22.2-8.amzn2.x86_64
libaio-0.3.109-13.amzn2.x86_64
tcp_wrappers-libs-7.6-77.amzn2.x86_64
lvm2-2.02.177-4.amzn2.x86_64
libnfnetlink-1.0.1-4.amzn2.x86_64
libtool-ltdl-2.4.2-22.2.amzn2.x86_64
newt-0.52.15-4.amzn2.x86_64
libidn2-2.0.4-1.amzn2.x86_64
vim-minimal-7.4.160-2.amzn2.x86_64
e2fsprogs-libs-1.42.9-10.amzn2.x86_64
xz-5.2.2-1.amzn2.x86_64
libselinux-utils-2.5-11.amzn2.x86_64
gmp-6.0.0-15.amzn2.x86_64
checkpolicy-2.5-4.amzn2.x86_64
libsmartcols-2.30.2-2.amzn2.0.2.x86_64
ca-certificates-2017.2.14-71.amzn2.noarch
coreutils-8.22-18.amzn2.x86_64
shadow-utils-4.1.5.1-24.amzn2.x86_64
shared-mime-info-1.8-3.amzn2.x86_64
libpwquality-1.2.3-4.amzn2.x86_64
libcroco-0.6.11-1.amzn2.x86_64
yum-metadata-parser-1.1.4-10.amzn2.x86_64
grubby-8.28-23.amzn2.x86_64
audit-libs-python-2.7.6-3.amzn2.x86_64
pyxattr-0.5.1-5.amzn2.x86_64
python-iniparse-0.4-9.amzn2.noarch
python-urllib3-1.10.2-3.amzn2.0.1.noarch
python-babel-0.9.6-8.amzn2.0.1.noarch
libsemanage-python-2.5-8.amzn2.x86_64
nss-sysinit-3.28.4-15.1.amzn2.x86_64
mariadb-libs-5.5.56-2.amzn2.x86_64
libseccomp-2.3.1-3.amzn2.0.1.x86_64
rpm-libs-4.11.3-25.amzn2.0.1.x86_64
openssh-7.4p1-13.amzn2.0.1.x86_64
rpm-python-4.11.3-25.amzn2.0.1.x86_64
selinux-policy-3.13.1-166.amzn2.9.noarch
yum-3.4.3-154.amzn2.0.1.noarch
PyYAML-3.10-11.amzn2.x86_64
cryptsetup-libs-1.7.4-3.amzn2.x86_64
os-prober-1.58-9.amzn2.x86_64
cronie-1.4.11-17.amzn2.x86_64
libcgroup-0.41-13.amzn2.x86_64
libsysfs-2.1.0-16.amzn2.x86_64
openssh-server-7.4p1-13.amzn2.0.1.x86_64
openssh-clients-7.4p1-13.amzn2.0.1.x86_64
cloud-utils-growpart-0.29-2.amzn2.noarch
gdisk-0.8.6-5.amzn2.x86_64
glibc-all-langpacks-2.26-27.amzn2.0.4.x86_64
libgcc-7.3.1-5.amzn2.0.0.x86_64
libstdc++-7.3.1-5.amzn2.0.0.x86_64
pcre-8.32-17.amzn2.x86_64
xz-libs-5.2.2-1.amzn2.x86_64
bzip2-libs-1.0.6-13.amzn2.x86_64
libuuid-2.30.2-2.amzn2.0.2.x86_64
gawk-4.0.2-4.amzn2.1.x86_64
nss-util-3.28.4-3.amzn2.x86_64
libcap-2.22-9.amzn2.x86_64
kmod-25-2.amzn2.x86_64
nss-softokn-freebl-3.28.3-8.amzn2.x86_64
findutils-4.5.11-5.amzn2.x86_64
nss-softokn-3.28.3-8.amzn2.x86_64
cyrus-sasl-lib-2.1.26-21.amzn2.x86_64
libedit-3.0-12.20121213cvs.amzn2.x86_64
lz4-1.7.5-1.amzn2.x86_64
slang-2.2.4-11.amzn2.x86_64
libmetalink-0.1.2-7.amzn2.x86_64
acl-2.2.51-12.amzn2.x86_64
libss-1.42.9-10.amzn2.x86_64
kmod-libs-25-2.amzn2.x86_64
GeoIP-1.5.0-11.amzn2.x86_64
freetype-2.4.11-15.amzn2.x86_64
libpipeline-1.2.3-3.amzn2.x86_64
libestr-0.1.9-2.amzn2.x86_64
p11-kit-trust-0.23.5-3.amzn2.x86_64
openssl-libs-1.0.2k-12.amzn2.0.1.x86_64
python-2.7.14-58.amzn2.0.2.x86_64
glib2-2.50.3-3.amzn2.x86_64
cracklib-dicts-2.9.0-11.amzn2.x86_64
procps-ng-3.3.10-16.amzn2.x86_64
gettext-0.19.8.1-2.amzn2.x86_64
libfdisk-2.30.2-2.amzn2.0.2.x86_64
python-chardet-2.2.1-1.amzn2.noarch
python-configobj-4.7.2-7.amzn2.noarch
python-prettytable-0.7.2-3.amzn2.noarch
python-backports-ssl_match_hostname-3.4.0.2-4.amzn2.noarch
python2-setuptools-38.4.0-3.amzn2.0.6.noarch
python-IPy-0.75-6.amzn2.noarch
nss-3.28.4-15.1.amzn2.x86_64
generic-logos-18.0.0-4.amzn2.noarch
libssh2-1.4.3-10.amzn2.1.x86_64
curl-7.55.1-10.amzn2.0.1.x86_64
policycoreutils-2.5-17.1.amzn2.x86_64
rpm-build-libs-4.11.3-25.amzn2.0.1.x86_64
python-urlgrabber-3.10-8.amzn2.noarch
libyaml-0.1.4-11.amzn2.x86_64
systemd-sysv-219-57.amzn2.0.1.x86_64
cronie-anacron-1.4.11-17.amzn2.x86_64
net-tools-2.0-0.22.20131004git.amzn2.x86_64
dracut-033-502.amzn2.1.x86_64
bind-libs-lite-9.9.4-51.amzn2.2.x86_64
kernel-4.14.33-59.37.amzn2.x86_64
audit-2.7.6-3.amzn2.x86_64
chrony-3.2-1.amzn2.0.1.x86_64
selinux-policy-targeted-3.13.1-166.amzn2.9.noarch
ec2-utils-0.5-1.amzn2.0.1.noarch
glibc-locale-source-2.26-27.amzn2.0.4.x86_64
gpg-pubkey-c87f5b1a-593863f8
dhcp-common-4.2.5-68.amzn2.1.2.x86_64
kernel-4.14.42-61.37.amzn2.x86_64
grub2-pc-modules-2.02-35.amzn2.0.2.noarch
tzdata-2018c-1.amzn2.noarch
device-mapper-1.02.146-4.amzn2.x86_64
basesystem-10.0-7.amzn2.0.1.noarch
grub2-tools-2.02-35.amzn2.0.2.x86_64
glibc-2.26-27.amzn2.0.4.x86_64
grub2-pc-2.02-35.amzn2.0.2.x86_64
libsepol-2.5-6.amzn2.x86_64
postfix-2.10.1-6.amzn2.0.1.x86_64
info-5.1-4.amzn2.x86_64
system-release-2017.12-3.amzn2.x86_64
libcrypt-2.26-27.amzn2.0.4.x86_64
cloud-init-0.7.9-4.amzn2.9.x86_64
grep-2.20-3.amzn2.x86_64
libnetfilter_cthelper-1.0.0-9.amzn2.x86_64
libxml2-2.9.1-6.amzn2.3.x86_64
pystache-0.5.3-2.amzn2.noarch
audit-libs-2.7.6-3.amzn2.x86_64
python-lockfile-0.9.1-4.amzn2.noarch
libacl-2.2.51-12.amzn2.x86_64
libnetfilter_queue-1.0.2-2.amzn2.x86_64
libgcrypt-1.5.3-14.amzn2.x86_64
aws-cfn-bootstrap-1.4-30.amzn2.noarch
libffi-3.0.13-18.amzn2.x86_64
wget-1.14-15.amzn2.1.x86_64
diffutils-3.3-4.amzn2.x86_64
device-mapper-event-libs-1.02.146-4.amzn2.x86_64
file-5.11-33.amzn2.x86_64
lvm2-libs-2.02.177-4.amzn2.x86_64
libassuan-2.1.0-3.amzn2.x86_64
libxml2-python-2.9.1-6.amzn2.3.x86_64
which-2.20-7.amzn2.x86_64
device-mapper-persistent-data-0.7.0-0.1.rc6.amzn2.1.x86_64
iproute-4.15.0-1.amzn2.0.1.x86_64
yum-utils-1.1.31-42.amzn2.noarch
hostname-3.13-3.amzn2.x86_64
docker-17.06.2ce-1.102.amzn2.x86_64
less-458-9.amzn2.x86_64
ncurses-6.0-8.20170212.amzn2.x86_64
pinentry-0.8.1-17.amzn2.x86_64
sysvinit-tools-2.88-14.dsf.amzn2.x86_64
libidn-1.28-4.amzn2.x86_64
elfutils-libs-0.168-8.amzn2.x86_64
dmidecode-3.0-5.amzn2.x86_64
libsemanage-2.5-8.amzn2.x86_64
libtasn1-4.10-1.amzn2.x86_64
libverto-0.2.5-4.amzn2.x86_64
python-libs-2.7.14-58.amzn2.0.2.x86_64
libmount-2.30.2-2.amzn2.0.2.x86_64
cracklib-2.9.0-11.amzn2.x86_64
systemd-libs-219-57.amzn2.0.1.x86_64
gettext-libs-0.19.8.1-2.amzn2.x86_64
e2fsprogs-1.42.9-10.amzn2.x86_64
util-linux-2.30.2-2.amzn2.0.2.x86_64
python-markupsafe-0.11-10.amzn2.x86_64
python-jsonpatch-1.2-4.amzn2.noarch
python-backports-1.0-8.amzn2.x86_64
pyserial-2.6-6.amzn2.noarch
newt-python-0.52.15-4.amzn2.x86_64
nss-pem-1.0.3-4.amzn2.x86_64
logrotate-3.8.6-14.amzn2.x86_64
fipscheck-1.4.1-6.amzn2.x86_64
libcurl-7.55.1-10.amzn2.0.1.x86_64
openldap-2.4.44-5.amzn2.x86_64
gnupg2-2.0.22-4.amzn2.x86_64
pygpgme-0.3-9.amzn2.x86_64
python-pycurl-7.19.0-19.amzn2.x86_64
dbus-libs-1.6.12-17.amzn2.x86_64
dbus-1.6.12-17.amzn2.x86_64
initscripts-9.49.39-1.amzn2.0.1.x86_64
kpartx-0.4.9-111.amzn2.x86_64
bind-license-9.9.4-51.amzn2.2.noarch
rng-tools-5-11.amzn2.x86_64
rsyslog-8.24.0-12.amzn2.x86_64
passwd-0.79-4.amzn2.x86_64
sudo-1.8.19p2-11.amzn2.x86_64
xfsprogs-4.5.0-12.amzn2.x86_64
psmisc-22.20-15.amzn2.x86_64
ncurses-base-6.0-8.20170212.amzn2.noarch
filesystem-3.2-21.amzn2.x86_64
glibc-common-2.26-27.amzn2.0.4.x86_64
bash-4.2.46-29.amzn2.x86_64
zlib-1.2.7-17.amzn2.x86_64
sed-4.2.2-5.amzn2.x86_64
libcom_err-1.42.9-10.amzn2.x86_64
nspr-4.13.1-1.0.amzn2.x86_64
libcap-ng-0.7.5-4.amzn2.x86_64
libattr-2.4.46-12.amzn2.x86_64
ncurses-libs-6.0-8.20170212.amzn2.x86_64
lua-5.1.4-15.amzn2.x86_64
cpio-2.11-25.amzn2.x86_64
expat-2.1.0-10.amzn2.x86_64
gdbm-1.13-6.amzn2.x86_64
libgomp-7.3.1-5.amzn2.0.0.x86_64
libmnl-1.0.3-7.amzn2.x86_64
keyutils-libs-1.5.8-3.amzn2.x86_64
libnetfilter_conntrack-1.0.6-1.amzn2.x86_64
setools-libs-3.3.8-1.1.amzn2.x86_64
tar-1.26-32.amzn2.x86_64
libdb-utils-5.3.21-21.amzn2.x86_64
make-3.82-23.amzn2.x86_64
elfutils-default-yama-scope-0.168-8.amzn2.noarch
libicu-50.1.2-15.amzn2.x86_64
ustr-1.0.4-16.amzn2.0.1.x86_64
libfastjson-0.99.4-2.amzn2.x86_64
pth-2.0.7-23.amzn2.x86_64
libblkid-2.30.2-2.amzn2.0.2.x86_64
gzip-1.5-9.amzn2.x86_64
pam-1.1.8-18.amzn2.x86_64
libselinux-python-2.5-11.amzn2.x86_64
pkgconfig-0.27.1-4.amzn2.x86_64
libutempter-1.1.6-4.amzn2.x86_64
python-six-1.9.0-2.amzn2.noarch
python-jsonpointer-1.9-2.amzn2.noarch
pyliblzma-0.5.3-11.amzn2.x86_64
python-requests-2.6.0-1.amzn2.noarch
python-jinja2-2.7.2-2.amzn2.noarch
openssl-1.0.2k-12.amzn2.0.1.x86_64
nss-tools-3.28.4-15.1.amzn2.x86_64
fipscheck-lib-1.4.1-6.amzn2.x86_64
rpm-4.11.3-25.amzn2.0.1.x86_64
gpgme-1.3.2-5.amzn2.x86_64
libuser-0.60-7.amzn2.x86_64
hardlink-1.0-19.amzn2.x86_64
qrencode-libs-3.4.1-3.amzn2.x86_64
systemd-219-57.amzn2.0.1.x86_64
iputils-20160308-10.amzn2.x86_64
crontabs-1.11-6.20121102git.amzn2.noarch
policycoreutils-python-2.5-17.1.amzn2.x86_64
numactl-libs-2.0.9-6.amzn2.x86_64
irqbalance-1.3.0-1.amzn2.0.1.x86_64
dracut-config-generic-033-502.amzn2.1.x86_64
update-motd-1.0.1-3.amzn2.noarch
yum-plugin-priorities-1.1.31-42.amzn2.noarch
authconfig-6.2.8-30.amzn2.x86_64
man-db-2.6.3-9.amzn2.x86_64
iptables-1.4.21-18.3.amzn2.x86_64
rootfiles-8.1-11.amzn2.noarch
dhcp-libs-4.2.5-68.amzn2.1.2.x86_64
dhclient-4.2.5-68.amzn2.1.2.x86_64
grub2-common-2.02-35.amzn2.0.2.noarch
$ cat /etc/system-release
Amazon Linux release 2 (2017.12) LTS Release Candidate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment