AWS CloudFormation takes care of provisioning and configuring those AWS resources for you. It automates the Infrastructure setup on AWS for you. You just need to create a CloudFormation template elisting the resources and their configuration. The template can be written in JSON or YAML Cloud Formation Templates are reusable which a big advantage. Cloud Formation … Continue reading Automating Infrastructure with CloudFormation: Creating a Basic Template for S3 bucket and EC2
Tag: template
Creating a custom page template in WordPress
The appearance of all the pages and posts that are created on a WordPress website is handled by a template file named page.php. Basic knowledge of HTML CSS and PHP is required to create a custom template in WordPress. Let us begin to add a custom page template to an existing theme. Step 1) Navigate to … Continue reading Creating a custom page template in WordPress