Port details |
- ec2-scripts Startup scripts for FreeBSD/EC2 environment
- 1.12 sysutils =4 1.12Version of this port present on the latest quarterly branch.
- Maintainer: cperciva@FreeBSD.org
- Port Added: 2012-08-16 04:58:15
- Last Update: 2023-06-14 18:25:23
- Commit Hash: 0c63326
- People watching this port, also watch:: rkhunter, py311-docutils, libpciaccess, openvpn, py39-pycparser
- License: BSD2CLAUSE
- WWW:
- https://www.daemonology.net/freebsd-on-ec2/
- Description:
- This package provides boot scripts used to enable FreeBSD to run on the
Amazon EC2 cloud computing platform. These include:
* Downloading the SSH public key which will be used to log in to a
newly-launched virtual machine,
* Printing SSH host key fingerprints to the console in a standard
format used by other EC2 images,
* Automatically configuring swap space on EC2 "ephemeral" disks, and
* Sending email when an virtual machine first boots and when rebooting
after a kernel panic.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ec2-scripts>0:sysutils/ec2-scripts
- To install the port:
- cd /usr/ports/sysutils/ec2-scripts/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/ec2-scripts
- pkg install ec2-scripts
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ec2-scripts
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686766876
SHA256 (cperciva-ec2-scripts-1.12_GH0.tar.gz) = fb862a5d325ea005d3ed3bdb7836169c5a97c37867439bb3f1084cabc7028886
SIZE (cperciva-ec2-scripts-1.12_GH0.tar.gz) = 5967
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ebsnvme-id : sysutils/ebsnvme-id
- aws-ec2-imdsv2-get : net/aws-ec2-imdsv2-get
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_ec2-scripts
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12 14 Jun 2023 18:25:23 |
Colin Percival (cperciva) |
sysutils/ec2-scripts: Update to 1.12
This makes the "fetch user SSH key" and "process user-data" scripts
support IMDSv2 via the net/aws-ec2-imdsv2-get utiltiy rather than
making HTTP requests to the IMDS directly.
Sponsored by: https://www.patreon.com/cperciva |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.11 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.11 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.11 08 Jun 2022 22:39:48 |
Colin Percival (cperciva) |
sysutils/ec2-scripts: Update to 1.11
While I'm here:
* Fetch distfile directly from github,
* Remove the NOFIRSTBOOT option, which was only useful on FreeBSD
releases prior to FreeBSD 11.0, all of which have long since ceased
to be supported.
* Add a dependency on sysutils/ebsnvme-id, which is used by the new
version of these scripts. |
1.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10 22 Feb 2015 10:32:31 |
cperciva |
Update to 1.10. This fixes a bug in ec2_fetchkey which made it fail to
recognize when it was trying to create an account which already existed.
Submitted by: Bradley T. Hughes |
1.9 11 Dec 2014 00:40:17 |
feld |
Update "BSD" license in sysutils category |
1.9 17 May 2014 16:40:54 |
cperciva |
Update to 1.9. This fixes a bug in ec2_ephemeralswap where the amount of
ephemeral storage on an EC2 instance is less than the amount of swap space
we want to autoconfigure. (In particular, the m3.medium instance type has
4 GB of attached SSD storage but 3.75 GB of RAM, which results in a desired
7.5 GB of swap space.) |
1.8 06 Jan 2014 16:17:32 |
cperciva |
Update to 1.8. The ec2_fetchkey rc.d script now creates the user
specified in the $ec2_fetchkey_user variable, so that it can be
(usefully) specified via user-data at EC2 instance launch time. |
1.7 08 Dec 2013 05:46:31 |
cperciva |
Update ec2-scripts to 1.7:
* Add support for system configuration via ec2 user-data.
* Add support for allocating swap space from ephemeral disks with EC2
(linux) device names of "xvd[a-j]" rather than just "sd[a-j]". |
1.6 04 Nov 2013 23:54:01 |
cperciva |
Update to 1.6. This uses "firstboot" support in the base system, so
provide an option which reverts back to the old version of this port.
I'm making it a configurable option rather than autodetecting based
on OSVERSION to make my life easier with "cross-building" images. |
1.5 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.5 18 Sep 2013 02:59:40 |
cperciva |
Update to 1.5: Replace rcvar=`set_rcvar` with rcvar=FOO_enable in the
rc.d scripts in order to be compatible with newer versions of rc.subr. |
1.4 19 Mar 2013 05:21:31 |
cperciva |
Update to 1.4: When creating swap space on EC2 ephemeral disks, parse EC2
device names of "sd[bcde]" in addition to "/dev/sd[bcde]". Until recently
EC2 hosts all used the latter form, but an increasing number seem to have
switched to the former.
Submitted by: Luke Marsden |
1.3 17 Mar 2013 16:44:03 |
eadler |
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa |
1.3 26 Feb 2013 10:27:18 |
cperciva |
Unbreak INDEX. |
1.3 26 Feb 2013 10:11:58 |
cperciva |
Break INDEX as part of testing of new portsnap build code.
I'll unbreak it in a few minutes. |
1.3 05 Oct 2012 23:16:22 |
cperciva |
Update to 1.3: Make ec2_fetchkey work proper set up .ssh/authorized_keys
for a non-root user. |
1.2 04 Oct 2012 23:19:05 |
cperciva |
Update to 1.2. This fixes a division-by-zero error when there are no
ephemeral disks present [1], and avoids enabling crash dumps to an
XXXs1b partition which isn't being used for swapping.
Submitted by: Simon Olofsson [1] |
1.1 31 Aug 2012 14:06:21 |
cperciva |
Update to version 1.1 of my ec2 boot scripts: Use the SWAPMETA entry in
the output of `vmstat -z` to figure out how much swap space we can
safely configure, instead of the kern.maxswzone sysctl. |
1.0 16 Aug 2012 04:57:49 |
cperciva |
Add ec2-scripts 1.0, startup scripts for FreeBSD/EC2 environment. |