Setting up the infrastructure on AWS and Azure (labeled “part 1” in the official tutorial) works as described there (except that you have to select other image mappings), also the creation of the Aria Automation example project (labeled “part 2” in the official tutorial) works as described, but I had problems with the Automation Assembler templates to deploy the basic cloud template and the expanded cloud template (labeled “part 3” in the official tutorial).
Thus I’ve played around a bit and came up with two working cloud templates.
In the AWS EC2 console navigate to EC2 > Volumes and select the particular volume. Then select Modify volume from the Actions menu.
Set the new size and click Modify.
Since we are increasing the size of the volume, we must extend the file system to the new size of the volume. We can only do this when the volume enters the optimizing state. The modification might take a few minutes to complete.
Once the modification is completed, we log into the instance via SSH and resize the corresponding device.
Let’s verify the file system and type of the volume (in our example it is the root file system):
To extend the ext4 file system on the volume, we use the resize2fs command:
admin@srv:~$ sudo resize2fs /dev/nvme0n1p1
resize2fs 1.44.5 (15-Dec-2018)
Filesystem at /dev/nvme0n1p1 is mounted on /; on-line resizing required
old_desc_blocks = 2, new_desc_blocks = 2
The filesystem on /dev/nvme0n1p1 is now 2588667 (4k) blocks long
Let’s verify the file system of the volume:
admin@srv:~$ df -hT /dev/nvme0n1p1
Filesystem Type Size Used Avail Use% Mounted on
/dev/nvme0n1p1 ext4 9.7G 7.9G 1.3G 87% /
Recently, I wanted to move my applications from a tradional hosting service into AWS. The main services to be migrated are a webserver, an email server, and a database server. Both, webserver and email server connect to the backend database server with their various services (e.g. the webserver running Apache, and the mailserver running Exim).
In this article, I’ll give a detailed explanation how to setup such a solution.
This website uses cookies to improve your experience. We'll assume you're ok with this.Accept
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.