-
Notifications
You must be signed in to change notification settings - Fork 84
Deployment Hardware and Setup
Click for Raspberry Pi 4 purchase!
- Raspberry Pi 4 4GB Model B with 1.5GHz 64-bit quad-core CPU (4GB RAM)
- 32GB Samsung EVO+ Micro SD Card (Class 10) Pre-loaded with NOOBS, USB MicroSD Card Reader
- Raspberry Pi 4 Case
- 3.5A USB-C Raspberry Pi 4 Power Supply (US Plug) with Noise Filter
- Set of Heat Sinks
- Micro HDMI to Full HDMI Cable - 6 foot (Supports up to 4K 60p)
- USB-C PiSwitch (On/Off Power Switch for Raspberry Pi 4)
Click for Raspberry Pi 4 OS and Software!
RPi OS deployment preparation: RPi with NOOBS installed on SSD is very simple. At boot select Raspberry Pi OS and you are on your way. Since this will be private IP host on your home network, ultimately Port Forwarding is required to make your machine visible to the Internet.
VNC Viewer can connect to the RPi for desktop display. This is a full desktop remote display tool, SSH is a terminal only option. RealVNC lets you share full desktop with cohorts. If you reboot RPi, you need a monitor connected at reboot to maintain VNC screen share functionality. Reboot will cause screen buffer not to be recognized unless HDMI is present. There may be a dummy (mini) HDMI plug that could overcomee this issue. Otherwise, after setup your RPi could be headless.
Instruction on preparing AWS EC2 instance for Webserver deployment!
Login into your AWS IAM user, search for EC2.
An AMI is a template that contains the software configuration (operating system, application server, and applications) required to launch your instance. Pick Ubuntu free tier operating system that uses the Linux kernel. Note, this is very compatible Raspberry Pi's OS.
Amazon EC2 provides a wide selection of instance types optimized to fit different use cases. Instances have varying combinations of CPU, memory, storage, and networking capacity. Stick with Free Tier options, as of this writing t2.mico with free tier designation is suggested.
Step 3: Configure Instance Details Stick with default. Your will launch a single instance of the AMI by using defaults
Step 4: Add Storage Stick with default. Your instance will be launched with 8gb of storage.