Tag: AWS

28 January 2023

AWS – S3 Glacier

Below is a guide on integrating AWS S3 with Glacier for cost-effective long-term storage: Integrating AWS S3 with Glacier for Long-Term Storage Amazon S3 Glacier provides secure, durable, and cost-effective storage solutions for data archiving and long-term backup. By integrating S3 with Glacier, you can […]

28 January 2023

AWS – S3 Bucket Versioning

Enabling Versioning for an S3 Bucket AWS S3 bucket versioning allows you to preserve, retrieve, and restore every version of every object stored in your bucket. This feature is particularly useful for data retention, compliance, and maintaining object history. Steps to Enable Versioning: Managing Versioned […]

28 February 2023

Step-by-Step Guide to Creating an S3 Bucket, Policy, User, and Access Key for Read/Write Access

Amazon S3 (Simple Storage Service) is a highly scalable, secure, and durable object storage service offered by Amazon Web Services (AWS). S3 allows you to store and retrieve any amount of data from anywhere on the web. In this article, we will walk you through the process of creating an S3 bucket, policy, user with read/write access, and creating a key for that user.

10 April 2023

FreePBX AWS Install

FreePBX v16 Product Overview FreePBX is a web-based, open-source, graphical user interface that manages Asterisk, a voice-over IP (VoIP) telephone system. This image is optimised to run on AWS and has enhancements for operation on more minor instances. It utilises segregated disks so that you […]

31 January 2023

AWS – LightSail Bitnami SSL Certificate & Renewal

Install SSL Certificate sudo /opt/bitnami/bncert-tool Renew existing SSL Certificate SSL certificates from Let’s Encrypt typically expire within 90 days of their creation and require regular renewal. If the expiration date is approaching, it is recommended to manually renew the certificate before setting up an automated […]

8 January 2022

How to expand a SangomaVG-root FreePBX – Cajoling Technologies

First thing is first, create a snapshot of the volume, you will need this if you need to restore. See: Create a snapshot – https://support.daverichardson.uk/2021/06/21/aws-ec2-volume-snapshot/ See: Restore a snapshot – https://support.daverichardson.uk/2021/06/21/aws-ec2-volume-snapshot-restore/ Once you have made your snapshot, modify the volume size Expand the instance via […]

21 June 2021

AWS EC2 Volume Snapshot

With AWS it is always better to create a Volume Snapshot, that way when you re-attach to your instance, there should be no reason for it not to boot. Under Instances, click Instances Click the Instance ID of the instance you want to Snapshot Click […]

21 June 2021

AWS EC2 Restore from Snapshot

With AWS it is always better to create a Volume Snapshot, that way when you re-attach to your instance, there should be no reason for it not to boot. Go to EC2 Snapshots Locate the Snapshot you wish to restore to COPY into memory the […]

29 January 2023

AWS – Command Line Interface (CLI)

To download and install the AWS Command Line Interface (AWS CLI), follow these steps: aws –version Now that the AWS CLI is installed, you can use it to manage AWS services and automate common tasks, such as uploading and downloading files to Amazon S3, creating, […]